mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-01-18 16:37:31 +01:00
Change Easter Eggs
This commit is contained in:
@@ -716,9 +716,9 @@
|
||||
|
||||
if (
|
||||
(d.getDate() >= 18 && d.getMonth() == 11) ||
|
||||
(d.getDate() >= 10 && d.getMonth() == 0)
|
||||
(d.getDate() <= 10 && d.getMonth() == 0)
|
||||
) {
|
||||
startChristmas();
|
||||
//startChristmas();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user