mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-03-18 19:33:10 +00:00
Removed unused database references
This commit is contained in:
@@ -29,6 +29,7 @@ public class AlbumBottomSheetViewModel extends AndroidViewModel {
|
||||
}
|
||||
|
||||
public Artist getArtist() {
|
||||
return artistRepository.getArtistByID(album.getArtistId());
|
||||
// return artistRepository.getArtistByID(album.getArtistId());
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user