From d79ef2aa5de3a0e0d22d60da593d2ea5615258a0 Mon Sep 17 00:00:00 2001 From: Andrew Fyfe Date: Sun, 23 Nov 2014 15:42:07 +0000 Subject: [PATCH] Sort TV shows by sort title --- changelog.txt | 1 + resources/js/app/tvshows/tvshow.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 3cca1cb..5f36261 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,7 @@ - Add support for tags to TV shows - Add sort title for TV shows - Add content rating for TV shows + - Sort TV shows by sort title 4.1.10 - Revert JSON API version to 6.14.3 diff --git a/resources/js/app/tvshows/tvshow.js b/resources/js/app/tvshows/tvshow.js index f32a4a9..31b414e 100644 --- a/resources/js/app/tvshows/tvshow.js +++ b/resources/js/app/tvshows/tvshow.js @@ -90,7 +90,7 @@ var storeTVShow = new Ext.data.Store({ sort: { order: 'ascending', ignorearticle: sortArticles, - method: 'title' + method: 'sorttitle' } }, id: 'XWMM'