mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-04 18:00:05 -05:00
Add pull to refresh
This commit is contained in:
@@ -51,7 +51,7 @@ export function fetchFavoriteAlbums(api: Api, musicLibraryId: string): Promise<B
|
||||
ItemSortBy.SortName
|
||||
],
|
||||
sortOrder: [
|
||||
SortOrder.Descending
|
||||
SortOrder.Ascending
|
||||
]
|
||||
})
|
||||
.then((response) => {
|
||||
@@ -84,7 +84,7 @@ export function fetchFavoriteTracks(api: Api, musicLibraryId: string): Promise<B
|
||||
ItemSortBy.SortName
|
||||
],
|
||||
sortOrder: [
|
||||
SortOrder.Descending
|
||||
SortOrder.Ascending
|
||||
]
|
||||
})
|
||||
.then((response) => {
|
||||
|
||||
Reference in New Issue
Block a user