|
254 | 254 | { "Title": tr("Genres"), "Name": "Genres" } |
255 | 255 | ] |
256 | 256 | options.sort = [ |
257 | | - { "Title": tr("TITLE"), "Name": "SortName" }, |
258 | | - { "Title": tr("IMDB_RATING"), "Name": "CommunityRating" }, |
259 | | - { "Title": tr("CRITIC_RATING"), "Name": "CriticRating" }, |
260 | | - { "Title": tr("DATE_ADDED"), "Name": "DateCreated" }, |
261 | | - { "Title": tr("DATE_PLAYED"), "Name": "DatePlayed" }, |
262 | | - { "Title": tr("OFFICIAL_RATING"), "Name": "OfficialRating" }, |
263 | | - { "Title": tr("PLAY_COUNT"), "Name": "PlayCount" }, |
264 | | - { "Title": tr("RELEASE_DATE"), "Name": "PremiereDate" }, |
265 | | - { "Title": tr("RUNTIME"), "Name": "Runtime" }, |
| 257 | + { "Title": tr("TITLE"), "Name": "SortName,ProductionYear" }, |
266 | 258 | { "Title": tr("Random"), "Name": "Random" }, |
| 259 | + { "Title": tr("IMDB_RATING"), "Name": "CommunityRating,SortName,ProductionYear" }, |
| 260 | + { "Title": tr("CRITIC_RATING"), "Name": "CriticRating,SortName,ProductionYear" }, |
| 261 | + { "Title": tr("DATE_ADDED"), "Name": "DateCreated,SortName,ProductionYear" }, |
| 262 | + { "Title": tr("DATE_PLAYED"), "Name": "DatePlayed,SortName,ProductionYear" }, |
| 263 | + { "Title": tr("OFFICIAL_RATING"), "Name": "OfficialRating,SortName,ProductionYear" }, |
| 264 | + { "Title": tr("PLAY_COUNT"), "Name": "PlayCount,SortName,ProductionYear" }, |
| 265 | + { "Title": tr("RELEASE_DATE"), "Name": "PremiereDate,SortName,ProductionYear" }, |
| 266 | + { "Title": tr("RUNTIME"), "Name": "Runtime,SortName,ProductionYear" }, |
| 267 | + |
267 | 268 | ] |
268 | 269 | options.filter = [ |
269 | 270 | { "Title": tr("All"), "Name": "All" }, |
|
0 commit comments