mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-23 22:40:54 +00:00
parent
c401581913
commit
852831a6e7
3 changed files with 11 additions and 2 deletions
|
@ -135,6 +135,15 @@ function ArtistIndexSortMenu(props) {
|
|||
>
|
||||
Size on Disk
|
||||
</SortMenuItem>
|
||||
|
||||
<SortMenuItem
|
||||
name="tags"
|
||||
sortKey={sortKey}
|
||||
sortDirection={sortDirection}
|
||||
onPress={onSortSelect}
|
||||
>
|
||||
Tags
|
||||
</SortMenuItem>
|
||||
</MenuContent>
|
||||
</SortMenu>
|
||||
);
|
||||
|
|
|
@ -73,7 +73,7 @@ export const defaultState = {
|
|||
{
|
||||
name: 'tags',
|
||||
label: translate('Tags'),
|
||||
isSortable: false,
|
||||
isSortable: true,
|
||||
isVisible: true
|
||||
}
|
||||
],
|
||||
|
|
|
@ -155,7 +155,7 @@ export const defaultState = {
|
|||
{
|
||||
name: 'tags',
|
||||
label: translate('Tags'),
|
||||
isSortable: false,
|
||||
isSortable: true,
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue