mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Moved /api/episodes to /api/episode to align with other endpoints
This commit is contained in:
@@ -11,7 +11,7 @@ define(
|
||||
},
|
||||
|
||||
methodUrls: {
|
||||
'update': window.NzbDrone.ApiRoot + '/episodes'
|
||||
'update': window.NzbDrone.ApiRoot + '/episode'
|
||||
},
|
||||
|
||||
sync: function(method, model, options) {
|
||||
|
||||
Reference in New Issue
Block a user