Fix LocalTrailers playback.

This commit is contained in:
SL1288
2019-08-19 18:40:39 +02:00
parent c8474f734c
commit fdc24ec2ee
3 changed files with 15 additions and 5 deletions

View File

@@ -1079,7 +1079,7 @@ namespace Emby.Server.Implementations.Dto
allExtras = item.GetExtras().ToArray();
}
dto.LocalTrailerCount = allExtras.Count(i => i.ExtraType.HasValue && i.ExtraType.Value == ExtraType.Trailer);
dto.LocalTrailerCount = allExtras.Count(i => i.ExtraType.HasValue && i.ExtraType.Value == ExtraType.Trailer) + item.GetTrailers().Count();
}
// Add EpisodeInfo