mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
fix navidrome tag list sort
This commit is contained in:
@@ -159,7 +159,7 @@ export enum ImageType {
|
||||
}
|
||||
|
||||
export enum TagListSort {
|
||||
TAG_VALUE = 'tagValue',
|
||||
NAME = 'name',
|
||||
}
|
||||
|
||||
export type Album = {
|
||||
@@ -437,13 +437,13 @@ type TagListSortMap = {
|
||||
|
||||
export const tagListSortMap: TagListSortMap = {
|
||||
jellyfin: {
|
||||
tagValue: undefined,
|
||||
name: undefined,
|
||||
},
|
||||
navidrome: {
|
||||
tagValue: NDTagListSort.TAG_VALUE,
|
||||
name: NDTagListSort.TAG_VALUE,
|
||||
},
|
||||
subsonic: {
|
||||
tagValue: undefined,
|
||||
name: undefined,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user