mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 07:03:35 +00:00
Made attributes of model classes private
This commit is contained in:
@@ -39,7 +39,7 @@ public class ArtistPageViewModel extends AndroidViewModel {
|
||||
}
|
||||
|
||||
public LiveData<List<Album>> getAlbumList() {
|
||||
albumList = albumRepository.getArtistAlbums(artist.id);
|
||||
albumList = albumRepository.getArtistAlbums(artist.getId());
|
||||
return albumList;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user