mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02:00
Fixed UrlBase for view updates
This commit is contained in:
@@ -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';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user