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:
parent
4a063fc914
commit
6190a7ea45
9 changed files with 144 additions and 144 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue