1
0
Fork 0
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:
Luke Pulverenti 2014-07-18 15:07:28 -04:00
parent b431c1c498
commit 455d3111d9
5 changed files with 93 additions and 67 deletions

View file

@ -0,0 +1,15 @@
(function (window, $) {
function showSyncMenu(items) {
}
window.SyncManager = {
showMenu: showSyncMenu
};
})(window, jQuery);