From 092a3cd21d12743b15165cee258e8c2d6fcbef3d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 20 Dec 2015 11:20:53 -0500 Subject: [PATCH] update theme --- dashboard-ui/themes/holiday/theme.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dashboard-ui/themes/holiday/theme.js b/dashboard-ui/themes/holiday/theme.js index c2c6a67ebe..5fa56eaef0 100644 --- a/dashboard-ui/themes/holiday/theme.js +++ b/dashboard-ui/themes/holiday/theme.js @@ -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'); }