mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
style: new splash icon
This commit is contained in:
parent
3a4be33ff6
commit
ebb9b463ae
2 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ import retrofit2.Response;
|
|||
|
||||
public class ArtistRepository {
|
||||
public MutableLiveData<List<ArtistID3>> getStarredArtists(boolean random, int size) {
|
||||
MutableLiveData<List<ArtistID3>> starredArtists = new MutableLiveData<>();
|
||||
MutableLiveData<List<ArtistID3>> starredArtists = new MutableLiveData<>(new ArrayList<>());
|
||||
|
||||
App.getSubsonicClientInstance(false)
|
||||
.getAlbumSongListClient()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue