mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add subtitle delivery methods to StreamBuilder
This commit is contained in:
parent
b431c1c498
commit
455d3111d9
5 changed files with 93 additions and 67 deletions
15
dashboard-ui/scripts/sync.js
Normal file
15
dashboard-ui/scripts/sync.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
(function (window, $) {
|
||||
|
||||
function showSyncMenu(items) {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
window.SyncManager = {
|
||||
|
||||
showMenu: showSyncMenu
|
||||
|
||||
};
|
||||
|
||||
})(window, jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue