mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 04:51:06 +02:00
add optimistic update for favorite/ratings mutations
This commit is contained in:
@@ -123,7 +123,7 @@ function useAlbumArtistListInfinite(
|
||||
},
|
||||
});
|
||||
},
|
||||
queryKey: queryKeys.albumArtists.list(serverId, {
|
||||
queryKey: queryKeys.albumArtists.infiniteList(serverId, {
|
||||
sortBy,
|
||||
sortOrder,
|
||||
...additionalQuery,
|
||||
|
||||
Reference in New Issue
Block a user