Add pull to refresh

This commit is contained in:
Violet Caulfield
2025-01-15 13:34:28 -06:00
parent 0cfe6306ae
commit 857664b826
2 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -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) => {