mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Save episode quality after change
This commit is contained in:
parent
df1cb91a84
commit
7c915bd522
9 changed files with 79 additions and 5 deletions
9
UI/Series/EpisodeFileModel.js
Normal file
9
UI/Series/EpisodeFileModel.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
'use strict';
|
||||
define(
|
||||
[
|
||||
'backbone'
|
||||
], function (Backbone) {
|
||||
return Backbone.Model.extend({
|
||||
url: window.ApiRoot + '/episodefile'
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue