forked from jellyfin/jellyfin-roku
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,30 @@ | ||
[ | ||
{ | ||
"description": "Add album artist, date added, and release date sort options to music albums", | ||
"description": "Reduce load time for artist quickplay", | ||
"author": "1hitsong" | ||
}, | ||
{ | ||
"description": "Add date show added and date episode added sort options to TV show library", | ||
"description": "Add missing sort and filter options to Movie, Music, and TV Show libraries", | ||
"author": "1hitsong" | ||
}, | ||
{ | ||
"description": "Add genre and year filters to music library", | ||
"description": "Fix boxset filters & row height", | ||
"author": "1hitsong" | ||
}, | ||
{ | ||
"description": "Add status, parental ratings, genre, and year filters to TV show library", | ||
"description": "Fix crash when playing song has no artist or song title data", | ||
"author": "1hitsong" | ||
}, | ||
{ | ||
"description": "Remove Date Played & Release Date music artist sort options - they are not valid", | ||
"description": "Remove non-operational sort and filter options from Movie, Music, and TV Show libraries", | ||
"author": "1hitsong" | ||
}, | ||
{ | ||
"description": "Fix crash when playing song has no artist or song title data", | ||
"description": "Update device profile name", | ||
"author": "1hitsong" | ||
}, | ||
{ | ||
"description": "Remove more unused code, workflows, dependencies, and scripts", | ||
"author": "1hitsong" | ||
} | ||
] |