1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 17:47:08 +00:00

Removed random bracket from Series/Details.

This commit is contained in:
Mark McDowall 2011-12-07 22:59:28 -08:00
parent 8dc62a711a
commit ef40831c24

View file

@ -132,7 +132,6 @@
.OrderBy(sortOrder => sortOrder.Add(o => o.EpisodeNumber).Descending()).SortMode(GridSortMode.SingleColumn))
.Render();
}
}
@section Scripts{
<script type="text/javascript">
seriesId = @Model.SeriesId;