1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Change toUTCString to toISOString and change default to 365 days.

This commit is contained in:
Jack 2021-09-13 20:50:38 -04:00
parent 2aecd89d6e
commit 1742fe4c5a
2 changed files with 2 additions and 2 deletions

View file

@ -608,7 +608,7 @@ import ServerConnections from '../ServerConnections';
EnableImageTypes: 'Primary,Backdrop,Banner,Thumb',
EnableTotalRecordCount: false,
DisableFirstEpisode: false,
NextUpDateCutoff: oldestDateForNextUp.toUTCString()
NextUpDateCutoff: oldestDateForNextUp.toISOString()
});
};
}