From 3d4b1c3be557fdcece542425a26a98a3935afaf2 Mon Sep 17 00:00:00 2001 From: zductiv Date: Sun, 12 Feb 2017 04:04:19 +0800 Subject: [PATCH] changed sort options to match UI (#707) --- src/UI/Movies/Index/MoviesIndexLayout.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/UI/Movies/Index/MoviesIndexLayout.js b/src/UI/Movies/Index/MoviesIndexLayout.js index 479c6df12..e79b0bbd0 100644 --- a/src/UI/Movies/Index/MoviesIndexLayout.js +++ b/src/UI/Movies/Index/MoviesIndexLayout.js @@ -141,8 +141,12 @@ module.exports = Marionette.Layout.extend({ title : 'Title', name : 'sortTitle' }, + { + title: 'Downloaded', + name: 'downloadedQuality' + }, { - title : 'Quality', + title : 'Profile', name : 'profileId' }, {