mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed UrlBase for view updates
This commit is contained in:
parent
2306815992
commit
2b1f6b2711
1 changed files with 1 additions and 3 deletions
|
@ -51,9 +51,7 @@ define(
|
|||
viewChanges: {
|
||||
label: 'View Changes',
|
||||
action: function() {
|
||||
//TODO: UrlBase
|
||||
window.location = window.NzbDrone.UrlBase + 'system/updates';
|
||||
//Backbone.history.navigate('/system/updates', { trigger: true });
|
||||
window.location = window.NzbDrone.UrlBase + '/system/updates';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue