pseudo pull request 3 Multi Artist display...:)

Issue #200 resolved
Vicpa created an issue

Hi 7

This is a great one closes #199 Hope you agree and will add it to the next build. :)

What I did was replace or a variation of the same in the attached files.

//SubTitle = _item?.Item.Artists?.FirstOrDefault(); SubTitle = string.Join("; ", _item?.Item.Artists);

This seems to work great. I have been testing with my library for the last day or so. No issues so far.

It looks "marvelous"

-vicpa

Comments (2)

  1. Vicpa reporter

    Hi 7,

    when i got around to playing video the change to the baseMediaplayer.cs messed up video playback. So I backed that out. I will try to track that down.

  2. Log in to comment