mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/scripts/site.js
Co-Authored-By: vitorsemeano <vitorsemeano@gmail.com>
This commit is contained in:
parent
8d7fa1557f
commit
64c3c15af4
1 changed files with 1 additions and 1 deletions
|
@ -1265,7 +1265,7 @@ var AppInfo = {};
|
|||
|
||||
require(["apiInput", "mouseManager"]);
|
||||
|
||||
if (!(browser.tv || browser.xboxOne)) {
|
||||
if (!browser.tv && !browser.xboxOne) {
|
||||
require(["bower_components/emby-webcomponents/playback/playbackorientation"]);
|
||||
registerServiceWorker();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue