mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
3.2.17.6
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user