mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
removed random sort order
This commit is contained in:
parent
ba8af33d3b
commit
f1a43bcf8b
1 changed files with 0 additions and 3 deletions
|
@ -58,9 +58,6 @@
|
|||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioPlayCount" value="off" data-sortby="PlayCount" data-mini="true">
|
||||
<label for="radioPlayCount">Play Count</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioRandom" value="off" data-sortby="Random" data-mini="true">
|
||||
<label for="radioRandom">Random</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioRevenue" value="off" data-sortby="Revenue" data-mini="true">
|
||||
<label for="radioRevenue">Revenue</label>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue