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

update recording data

This commit is contained in:
Luke Pulverenti 2016-03-02 13:42:39 -05:00
parent a08bf4ec89
commit 664fca62a6
6 changed files with 25 additions and 30 deletions

View file

@ -18,7 +18,7 @@
appStorage.setItem(supporterPlaybackKey, new Date().getTime());
resolve();
}
else if ((new Date().getTime() - lastMessage) > 345600000) {
else if ((new Date().getTime() - lastMessage) > 259200000) {
showPlaybackOverlay(resolve, reject);
} else {