wip: artist logic squared away, seems to be working as expected, mostly. still need more testing

This commit is contained in:
eddyizm 2025-12-27 19:05:14 -08:00
parent c1b2ec09a4
commit 8140e80d61
No known key found for this signature in database
GPG key ID: CF5F671829E8158A
3 changed files with 19 additions and 22 deletions

View file

@ -128,7 +128,6 @@ public class ArtistPageViewModel extends AndroidViewModel {
MappingUtil.mapDownloads(songs),
songs.stream().map(Download::new).collect(Collectors.toList())
);
} else {
}
}
});