mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix: handle partial seasons more reliably (#4116)
refactor: remove matchingOldSeason variable
This commit is contained in:
@@ -355,6 +355,7 @@ class AvailabilitySync {
|
||||
);
|
||||
}
|
||||
|
||||
media.lastSeasonChange = new Date();
|
||||
await mediaRepository.save(media);
|
||||
|
||||
logger.info(
|
||||
|
Reference in New Issue
Block a user