1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -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
@@ -0,0 +1,10 @@
<div class="row">
<div class="form-group col-md-3 col-md-offset-9">
<select class="form-control x-select">
<option value="choose">Select quality</option>
{{#each qualities}}
<option value="{{id}}">{{name}}</option>
{{/each}}
</select>
</div>
</div>