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

3.0.5768.6

This commit is contained in:
Luke Pulverenti 2015-10-25 11:48:44 -04:00
parent 4d8da10b99
commit 50aa1f504c

View file

@ -1031,11 +1031,11 @@
}
// Don't do this on the home page
if (page.classList.contains('homePage') || page.classList.contains('itemDetailPage')) {
if (page.classList.contains('homePage') || page.classList.contains('itemDetailPage') || page.classList.contains('liveTvPage')) {
return;
}
var expectedValue = "7";
var expectedValue = "8";
if (appStorage.getItem("tapholdhelp") == expectedValue) {
return;
}