add optimistic update for favorite/ratings mutations

This commit is contained in:
jeffvli
2025-11-23 03:40:53 -08:00
parent 0bc3ea51ec
commit 84419820b8
19 changed files with 975 additions and 324 deletions
@@ -123,7 +123,7 @@ function useAlbumArtistListInfinite(
},
});
},
queryKey: queryKeys.albumArtists.list(serverId, {
queryKey: queryKeys.albumArtists.infiniteList(serverId, {
sortBy,
sortOrder,
...additionalQuery,