artist and genre keys to refetch without changing the query

This commit is contained in:
Amaury Danis Cousandier
2024-01-12 17:56:42 +01:00
parent 86b2c1be50
commit fd60f2d171

View File

@@ -711,7 +711,7 @@ export default class API {
const queryString = queryParams.length > 0 ? `?${queryParams.join('&')}` : '';
return {
key: ['search', query.query],
key: ['search', query.query, query.artist, query.genre],
exec: () => {
return API.fetch(
{