mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-25 03:24:47 +01:00
New provider system. Only for people right now
This commit is contained in:
@@ -1024,6 +1024,11 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
{
|
||||
dto.SpecialFeatureCount = specialFeatureCount;
|
||||
}
|
||||
|
||||
if (fields.Contains(ItemFields.TmdbCollectionName))
|
||||
{
|
||||
dto.TmdbCollectionName = movie.TmdbCollectionName;
|
||||
}
|
||||
}
|
||||
|
||||
// Add EpisodeInfo
|
||||
|
||||
Reference in New Issue
Block a user