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' }, {