Skip to content

Commit

Permalink
Sort TV shows by sort title
Browse files Browse the repository at this point in the history
  • Loading branch information
nomad2k committed Nov 23, 2014
1 parent 879e8d6 commit d79ef2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion resources/js/app/tvshows/tvshow.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var storeTVShow = new Ext.data.Store({
sort: {
order: 'ascending',
ignorearticle: sortArticles,
method: 'title'
method: 'sorttitle'
}
},
id: 'XWMM'
Expand Down

0 comments on commit d79ef2a

Please sign in to comment.