Add option to sort Recently Added by file's mtime instead of time of import.
This commit is contained in:
@@ -17,7 +17,7 @@ export default {
|
||||
},
|
||||
recentlyAdded: {
|
||||
icon: LibraryAddIcon,
|
||||
params: 'sort=created_at&order=DESC',
|
||||
params: 'sort=recently_added&order=DESC',
|
||||
},
|
||||
recentlyPlayed: {
|
||||
icon: VideoLibraryIcon,
|
||||
|
||||
Reference in New Issue
Block a user