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

fix boxset socket events

This commit is contained in:
Luke Pulverenti 2016-12-17 15:52:05 -05:00
parent 4a063fc914
commit 6190a7ea45
9 changed files with 144 additions and 144 deletions

View file

@ -1100,7 +1100,7 @@ var AppInfo = {};
return;
}
if (month == 11 && day >= 21 && day <= 26) {
if (month == 11 && day >= 20 && day <= 25) {
require(['themes/holiday/theme']);
return;
}