1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Save episode quality after change

This commit is contained in:
Mark McDowall
2013-08-20 23:46:23 -07:00
parent df1cb91a84
commit 7c915bd522
9 changed files with 79 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
'use strict';
define(
[
'backbone'
], function (Backbone) {
return Backbone.Model.extend({
url: window.ApiRoot + '/episodefile'
});
});