mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-21 11:24:26 +02:00
add optimistic update for favorite/ratings mutations
This commit is contained in:
@@ -121,7 +121,7 @@ function useAlbumListInfinite(
|
||||
},
|
||||
});
|
||||
},
|
||||
queryKey: queryKeys.albums.list(serverId, {
|
||||
queryKey: queryKeys.albums.infiniteList(serverId, {
|
||||
sortBy,
|
||||
sortOrder,
|
||||
...additionalQuery,
|
||||
|
||||
Reference in New Issue
Block a user