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))
|
if (fields.Contains(ItemFields.Genres))
|
||||||
{
|
{
|
||||||
dto.Genres = item.Genres;
|
dto.Genres = item.Genres;
|
||||||
}
|
|
||||||
|
|
||||||
if (fields.Contains(ItemFields.GenreItems))
|
|
||||||
{
|
|
||||||
AttachGenreItems(dto, item);
|
AttachGenreItems(dto, item);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -82,8 +82,6 @@
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Genres,
|
Genres,
|
||||||
|
|
||||||
GenreItems,
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The home page URL
|
/// The home page URL
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
[assembly: AssemblyVersion("3.2.17.5")]
|
[assembly: AssemblyVersion("3.2.17.6")]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user