Modify the ratings updating logic to preserve ratings that were changed on the same day.
Note: In the 1.7.0 release, Trakt ratings took priority for items rated and modified on the same day. However, in version 1.7.1, this behavior was changed to retain the original functionality where ratings are not overwritten. This change ensures that users' updated ratings on IMDB are not accidentally replaced with older Trakt ratings during the next sync.
This issue is due to a limitation in the ratings CSV data provided by IMDB, which only includes the rated date in the Y-M-D format without a specific time.
Note: In the 1.7.0 release, Trakt ratings took priority for items rated and modified on the same day. However, in version 1.7.1, this behavior was changed to retain the original functionality where ratings are not overwritten. This change ensures that users' updated ratings on IMDB are not accidentally replaced with older Trakt ratings during the next sync.
This issue is due to a limitation in the ratings CSV data provided by IMDB, which only includes the rated date in the Y-M-D format without a specific time.