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
|
@ -52,7 +52,7 @@
|
|||
|
||||
events.on(mySyncJobList, 'jobedit', function (e, jobId, serverId) {
|
||||
|
||||
Dashboard.navigate('syncjob.html?id=' + jobId);
|
||||
Dashboard.navigate('syncjob.html?serverId=' + ApiClient.serverId() + '&id=' + jobId);
|
||||
});
|
||||
|
||||
view.addEventListener('viewshow', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue