mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
feat: added release date and original release date to album notes, if available
This commit is contained in:
parent
e84f62220c
commit
54a4355793
5 changed files with 62 additions and 20 deletions
|
|
@ -43,7 +43,7 @@ public class AlbumPageViewModel extends AndroidViewModel {
|
|||
this.album.postValue(album);
|
||||
|
||||
albumRepository.getAlbum(album.getId()).observe(owner, albums -> {
|
||||
if (albums != null) this.album.setValue(album);
|
||||
if (albums != null) this.album.setValue(albums);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue