From 7e0c833ad06e0bf19952e361b2723e43a7de901e Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 7 Apr 2015 16:01:32 -0700 Subject: [PATCH] New: Show quality in dropdowns with best at top (same as profiles) --- src/UI/Cells/Edit/QualityCellEditorTemplate.hbs | 4 ++-- src/UI/EpisodeFile/Editor/QualitySelectViewTemplate.hbs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/UI/Cells/Edit/QualityCellEditorTemplate.hbs b/src/UI/Cells/Edit/QualityCellEditorTemplate.hbs index b5fe3afec..b7039dd44 100644 --- a/src/UI/Cells/Edit/QualityCellEditorTemplate.hbs +++ b/src/UI/Cells/Edit/QualityCellEditorTemplate.hbs @@ -1,4 +1,4 @@ -{{#each items}} +{{#eachReverse items}} {{#with quality}} {{#if selected}} @@ -6,4 +6,4 @@ {{/if}} {{/with}} -{{/each}} \ No newline at end of file +{{/eachReverse}} \ No newline at end of file diff --git a/src/UI/EpisodeFile/Editor/QualitySelectViewTemplate.hbs b/src/UI/EpisodeFile/Editor/QualitySelectViewTemplate.hbs index 4108191e2..4ab83c931 100644 --- a/src/UI/EpisodeFile/Editor/QualitySelectViewTemplate.hbs +++ b/src/UI/EpisodeFile/Editor/QualitySelectViewTemplate.hbs @@ -2,9 +2,9 @@