1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Episode file editor

New: Ability to delete all episode files in a series or season
New: Ability to change quality for all episode files in a series or season
This commit is contained in:
Mark McDowall
2015-02-19 22:14:04 -08:00
parent 47a0f55255
commit 8ab0b26773
13 changed files with 334 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
var Marionette = require('marionette');
module.exports = Marionette.CompositeView.extend({
template : 'EpisodeFile/Editor/EmptyViewTemplate'
});