mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix bdinfo path
This commit is contained in:
parent
47c6980d11
commit
7f30965695
3 changed files with 79 additions and 74 deletions
|
@ -81,7 +81,7 @@
|
|||
|
||||
events.on(mySyncJobList, 'jobedit', function (e, jobId, serverId) {
|
||||
|
||||
Dashboard.navigate('mysyncjob.html?id=' + jobId);
|
||||
Dashboard.navigate('mysyncjob.html?serverId=' + ApiClient.serverId() + '&id=' + jobId);
|
||||
});
|
||||
|
||||
view.addEventListener('viewbeforeshow', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue