mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
removed random sort order
This commit is contained in:
parent
ba8af33d3b
commit
f1a43bcf8b
@ -58,9 +58,6 @@
|
|||||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioPlayCount" value="off" data-sortby="PlayCount" data-mini="true">
|
<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>
|
<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">
|
<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>
|
<label for="radioRevenue">Revenue</label>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user