3.2.17.6
This commit is contained in:
parent
47fc7c6aee
commit
9459bf7ffc
|
@ -897,10 +897,6 @@ namespace Emby.Server.Implementations.Dto
|
|||
if (fields.Contains(ItemFields.Genres))
|
||||
{
|
||||
dto.Genres = item.Genres;
|
||||
}
|
||||
|
||||
if (fields.Contains(ItemFields.GenreItems))
|
||||
{
|
||||
AttachGenreItems(dto, item);
|
||||
}
|
||||
|
||||
|
|
|
@ -82,8 +82,6 @@
|
|||
/// </summary>
|
||||
Genres,
|
||||
|
||||
GenreItems,
|
||||
|
||||
/// <summary>
|
||||
/// The home page URL
|
||||
/// </summary>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("3.2.17.5")]
|
||||
[assembly: AssemblyVersion("3.2.17.6")]
|
||||
|
|
Loading…
Reference in New Issue
Block a user