fixes #508 - Add more sort orders to web client album page
This commit is contained in:
parent
f59a00b69a
commit
65677e5bca
1 changed files with 4 additions and 1 deletions
|
@ -43,7 +43,10 @@
|
||||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||||
<label for="radioSortName">Name</label>
|
<label for="radioSortName">Name</label>
|
||||||
|
|
||||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioCommunityRating" value="off" data-sortby="CommunityRating" data-mini="true">
|
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioAlbumArtist" value="off" data-sortby="AlbumArtist,SortName" data-mini="true">
|
||||||
|
<label for="radioAlbumArtist">Album Artist</label>
|
||||||
|
|
||||||
|
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioCommunityRating" value="off" data-sortby="CommunityRating,SortName" data-mini="true">
|
||||||
<label for="radioCommunityRating">Community Rating</label>
|
<label for="radioCommunityRating">Community Rating</label>
|
||||||
|
|
||||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
|
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue