mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
resolve holiday theme disrupting playback
This commit is contained in:
parent
12548dbf3e
commit
08972d0648
6 changed files with 7 additions and 25 deletions
|
@ -1100,10 +1100,10 @@ var AppInfo = {};
|
|||
return;
|
||||
}
|
||||
|
||||
if (month == 11 && day >= 20 && day <= 25) {
|
||||
require(['themes/holiday/theme']);
|
||||
return;
|
||||
}
|
||||
//if (month == 11 && day >= 20 && day <= 25) {
|
||||
// require(['themes/holiday/theme']);
|
||||
// return;
|
||||
//}
|
||||
}
|
||||
|
||||
function returnFirstDependency(obj) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue