mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update dialogs
This commit is contained in:
parent
0afeb5bdd4
commit
6697f8685d
10 changed files with 485 additions and 441 deletions
|
@ -804,9 +804,10 @@
|
|||
|
||||
editSubtitles: function (itemId) {
|
||||
|
||||
require(['components/subtitleeditor/subtitleeditor'], function (SubtitleEditor) {
|
||||
require(['subtitleEditor'], function (subtitleEditor) {
|
||||
|
||||
SubtitleEditor.show(itemId);
|
||||
var serverId = ApiClient.serverInfo().Id;
|
||||
subtitleEditor.show(itemId, serverId);
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue