mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
stop streaming iterables
add gonic to test servers setup gather artist image URLs on allArtists to remove weird Future<Uri> interface for artist images move source options around
This commit is contained in:
@@ -19,6 +19,8 @@ abstract class SourceItem with _$SourceItem {
|
||||
required String id,
|
||||
required String name,
|
||||
DateTime? starred,
|
||||
Uri? smallImage,
|
||||
Uri? largeImage,
|
||||
}) = SourceArtist;
|
||||
|
||||
@With<Starred>()
|
||||
|
||||
Reference in New Issue
Block a user