mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
chore: added dialog to starred artists sync
This commit is contained in:
parent
a547e19361
commit
3eb9b2fb5c
2 changed files with 17 additions and 2 deletions
|
|
@ -72,7 +72,6 @@ public class StarredArtistsSyncViewModel extends AndroidViewModel {
|
|||
AtomicInteger remainingArtists = new AtomicInteger(artists.size());
|
||||
|
||||
for (ArtistID3 artist : artists) {
|
||||
// Use the new callback-based method
|
||||
artistRepository.getArtistAllSongs(artist.getId(), new ArtistRepository.ArtistSongsCallback() {
|
||||
@Override
|
||||
public void onSongsCollected(List<Child> songs) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue