|
|
@ -20,6 +20,7 @@ namespace MediaBrowser.Controller.Entities.Movies
|
|
|
|
public class Movie : Video, IHasSpecialFeatures, IHasTrailers, IHasLookupInfo<MovieInfo>, ISupportsBoxSetGrouping
|
|
|
|
public class Movie : Video, IHasSpecialFeatures, IHasTrailers, IHasLookupInfo<MovieInfo>, ISupportsBoxSetGrouping
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/// <inheritdoc />
|
|
|
|
/// <inheritdoc />
|
|
|
|
|
|
|
|
[JsonIgnore]
|
|
|
|
public IReadOnlyList<Guid> SpecialFeatureIds => GetExtras()
|
|
|
|
public IReadOnlyList<Guid> SpecialFeatureIds => GetExtras()
|
|
|
|
.Where(extra => extra.ExtraType != null && extra is Video)
|
|
|
|
.Where(extra => extra.ExtraType != null && extra is Video)
|
|
|
|
.Select(extra => extra.Id)
|
|
|
|
.Select(extra => extra.Id)
|
|
|
|