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:
parent
8dc62a711a
commit
ef40831c24
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue