mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 07:23:36 +00:00
Added the ability to refresh samples on the home page
This commit is contained in:
@@ -38,7 +38,7 @@ public class AlbumRepository {
|
||||
this.application = application;
|
||||
}
|
||||
|
||||
public LiveData<List<Album>> getAlbums(String type, int size) {
|
||||
public MutableLiveData<List<Album>> getAlbums(String type, int size) {
|
||||
App.getSubsonicClientInstance(application, false)
|
||||
.getAlbumSongListClient()
|
||||
.getAlbumList2(type, size, 0, null, null)
|
||||
|
||||
Reference in New Issue
Block a user