mirror of
https://github.com/antebudimir/tempus.git
synced 2026-04-21 11:07:26 +00:00
fix: instant mix random songs (#354)
* wip: updated instant mix request size * Address broken continuous play * wip: filling queue, getting dupes * fix: deduped the song track list
This commit is contained in:
parent
55265615e6
commit
e77f3bf9b3
6 changed files with 55 additions and 58 deletions
|
|
@ -60,7 +60,7 @@ public class ArtistPageViewModel extends AndroidViewModel {
|
|||
}
|
||||
|
||||
public LiveData<List<Child>> getArtistInstantMix() {
|
||||
return artistRepository.getInstantMix(artist, 20);
|
||||
return artistRepository.getInstantMix(artist, 30);
|
||||
}
|
||||
|
||||
public ArtistID3 getArtist() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue