mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update packages
This commit is contained in:
parent
65da95c2ab
commit
253cbaa5b2
5 changed files with 94 additions and 23 deletions
|
@ -132,7 +132,7 @@
|
|||
var key = 'servertestermessagetime';
|
||||
var lastShown = parseInt(appSettings.get(key) || '0');
|
||||
|
||||
if ((new Date().getTime() - lastShown) < 86400000) {
|
||||
if ((new Date().getTime() - lastShown) < 259200000) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue