add artist radio

This commit is contained in:
austinried
2023-05-07 13:28:15 +09:00
parent 979a4b7c73
commit 8fbc5e6ce4
4 changed files with 29 additions and 3 deletions

View File

@@ -68,7 +68,8 @@ enum QueueContextType {
album('album'),
playlist('playlist'),
library('library'),
genre('genre');
genre('genre'),
artist('artist');
const QueueContextType(this.value);
final String value;

View File

@@ -28,6 +28,7 @@ const _$QueueContextTypeEnumMap = {
QueueContextType.playlist: 'playlist',
QueueContextType.library: 'library',
QueueContextType.genre: 'genre',
QueueContextType.artist: 'artist',
};
_$_MediaItemData _$$_MediaItemDataFromJson(Map<String, dynamic> json) =>