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'