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:
parent
04e69d03e9
commit
f7e9566f8f
9 changed files with 474 additions and 0 deletions
|
@ -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">';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue