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

add subtitle management page

This commit is contained in:
Luke Pulverenti 2014-05-17 00:24:10 -04:00
parent 04e69d03e9
commit f7e9566f8f
9 changed files with 474 additions and 0 deletions

View file

@ -1330,6 +1330,8 @@ $(ApiClient).on("websocketopen", Dashboard.onWebSocketOpened).on("websocketmessa
$(function () {
ApiClient.currentUserId(Dashboard.getCurrentUserId());
var videoPlayerHtml = '<div id="mediaPlayer" data-theme="b" class="ui-bar-b" style="display: none;">';
videoPlayerHtml += '<div id="videoBackdrop">';