fix(searchViewV2): the fat of the land

This commit is contained in:
danis
2024-01-06 15:17:18 +01:00
parent 90f9574a6f
commit 0ea8cb86bb
3 changed files with 43 additions and 17 deletions
+2 -2
View File
@@ -277,10 +277,10 @@ export default class API {
};
}
public static getAllSongs(include?: SongInclude[]): Query<Song[]> {
public static getAllSongs(falseQuery: string, include?: SongInclude[]): Query<Song[]> {
include ??= [];
return {
key: ['songs', include],
key: ['songs', falseQuery, include],
exec: () =>
API.fetch(
{