mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add subtitleSync overlay in separated folder
This commit is contained in:
parent
275fd078e2
commit
415ec9e91b
9 changed files with 299 additions and 76 deletions
|
@ -758,6 +758,7 @@ var AppInfo = {};
|
|||
define("recordingButton", [componentsPath + "/recordingcreator/recordingbutton"], returnFirstDependency);
|
||||
define("recordingHelper", [componentsPath + "/recordingcreator/recordinghelper"], returnFirstDependency);
|
||||
define("subtitleEditor", [componentsPath + "/subtitleeditor/subtitleeditor"], returnFirstDependency);
|
||||
define("subtitleSync", [componentsPath + "/subtitlesync/subtitlesync"], returnFirstDependency);
|
||||
define("itemIdentifier", [componentsPath + "/itemidentifier/itemidentifier"], returnFirstDependency);
|
||||
define("mediaInfo", [componentsPath + "/mediainfo/mediainfo"], returnFirstDependency);
|
||||
define("itemContextMenu", [componentsPath + "/itemcontextmenu"], returnFirstDependency);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue