Implemented showing poster as fanart when no fanart available

This commit is contained in:
Martijn Brekhof 2015-12-07 15:44:21 +01:00
parent 162bb30ace
commit 71d7a49c82
1 changed files with 3 additions and 0 deletions

View File

@ -451,6 +451,9 @@ public class AlbumDetailsFragment extends Fragment
UIUtils.loadImageIntoImageview(hostManager,
fanart,
mediaArt, artWidth, artHeight);
} else {
UIUtils.loadImageWithCharacterAvatar(getActivity(), hostManager,
poster, albumTitle, mediaArt, artWidth, artHeight);
}
}