- Moderator
- #331
Why is this #fanarthandler.music.artisthumb.play returns the picture album of the artist rather than image?
It seems to me that the logic of the tag (above source) is not correct, we must first look picture of the actor, and if it does not then the only picture album.
Code:
public void AddPlayingArtistThumbProperty(string artist, bool DoShowImageOnePlay)
{
...
//Try to get album thumb
if (FanartHandlerSetup.CurrentAlbumTag != null && FanartHandlerSetup.CurrentAlbumTag.Length > 0)
...
//If album not found try to find artist thumb
if (!found)
{
filename = null;