mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-10 15:23:40 -07:00
Revised Authentication logic for api and logfiles.
This commit is contained in:
parent
9645fb07db
commit
f92aded4f0
4 changed files with 23 additions and 24 deletions
|
@ -6,7 +6,7 @@ define(
|
|||
], function (Backbone, StatusModel) {
|
||||
return Backbone.Model.extend({
|
||||
url: function () {
|
||||
return StatusModel.get('urlBase') + '/logfile/' + this.get('filename');
|
||||
return StatusModel.get('urlBase') + '/api/log/file/' + this.get('filename');
|
||||
},
|
||||
|
||||
parse: function (contents) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue