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

update components

This commit is contained in:
Luke Pulverenti 2016-04-09 17:16:17 -04:00
parent dfa0fdb33e
commit 89e6609ffa
4 changed files with 12 additions and 11 deletions

View file

@ -132,7 +132,7 @@
var key = 'servertestermessagetime';
var lastShown = parseInt(appSettings.get(key) || '0');
if ((new Date().getTime() - lastShown) < 172800000) {
if ((new Date().getTime() - lastShown) < 86400000) {
return;
}