mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update theme
This commit is contained in:
parent
4abca70c1a
commit
ed9eca7d3e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
if (lastSound == 0) {
|
if (lastSound == 0) {
|
||||||
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 ((new Date().getTime() - lastSound) > 30000) {
|
} else if ((new Date().getTime() - lastSound) > 30000) {
|
||||||
playSound('https://github.com/MediaBrowser/Emby.Resources/raw/master/themes/holiday/sleighbells.wav');
|
playSound('https://github.com/MediaBrowser/Emby.Resources/raw/master/themes/holiday/sleighbells.wav', .25);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue