@using WatchIt.Website.Components.Subcomponents.Common @inherits Component

@if (Data is null) { New @(TypeIfNull == NullType.Movie ? "movie" : "TV series") } else { @(Data.Title) }

@if (Data is not null) { Medium settings }