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