MediaPage - tv series info added

This commit is contained in:
2024-09-22 23:29:48 +02:00
Unverified
parent 876d9551ce
commit 5e761d1406
2 changed files with 12 additions and 2 deletions

View File

@@ -91,6 +91,12 @@ else
<strong>Budget:</strong> @(Math.Round(_movie.Budget.Value))$
</div>
}
@if (_series?.HasEnded == true)
{
<div class="metadata-pill">
Ended
</div>
}
</div>
</div>
</div>