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

Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into Deminify-part-4

# Resolve Conflicts:
#	src/controllers/dashboard/general.js
This commit is contained in:
grafixeyehero 2020-01-27 19:20:48 +03:00
commit 16b6e7e4ed
126 changed files with 5234 additions and 2354 deletions

View file

@ -140,7 +140,9 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
headerCastButton.addEventListener("click", onCastButtonClicked);
}
initHeadRoom(skinHeader);
if (layoutManager.mobile) {
initHeadRoom(skinHeader);
}
}
function onCastButtonClicked() {