mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
fix: Incorrect "Artist" label/heading on Search Results Page #920
This commit is contained in:
parent
2a87a0fe28
commit
f86d544916
@ -32,7 +32,7 @@ class SearchArtistsSection extends HookConsumerWidget {
|
|||||||
hasNextPage: query.hasNextPage,
|
hasNextPage: query.hasNextPage,
|
||||||
items: artists,
|
items: artists,
|
||||||
onFetchMore: query.fetchNext,
|
onFetchMore: query.fetchNext,
|
||||||
title: Text(context.l10n.albums),
|
title: Text(context.l10n.artists),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user