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

Merge pull request #1344 from MediaBrowser/master

update theme
This commit is contained in:
Luke 2015-12-20 11:21:17 -05:00
commit b0855a04d7

View file

@ -33,9 +33,7 @@
function playThemeMusic() {
if (lastSound == 0) {
if (getHolidayTheme() == 'christmas') {
playSound('https://github.com/MediaBrowser/Emby.Resources/raw/master/themes/holiday/christmas.wav', .1);
}
playSound('https://github.com/MediaBrowser/Emby.Resources/raw/master/themes/holiday/christmas.wav', .1);
} else if (getHolidayTheme() != 'off' && (new Date().getTime() - lastSound) > 30000) {
playSound('https://github.com/MediaBrowser/Emby.Resources/raw/master/themes/holiday/sleighbells.wav');
}