pseudo pull request 1 :)

Issue #197 resolved
Vicpa created an issue

Hi 7,

When you get a chance can you add a UI change for me? If you agree :) In Emby\ViewModels\AlbumDetailsViewModel.cs

  • if (!string.IsNullOrEmpty(item.Genres))
  • {
  • concatenatedData += item.Genres + SEPARATOR;
  • }

I put it before the year but could be after. I tested with single and multiple genres (genre/genre) with no issues

Comments (1)

  1. Log in to comment