fix(searchViewV2): the fat of the land
This commit is contained in:
+2
-2
@@ -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(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user