mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
remove typed _custom query
This commit is contained in:
@@ -326,7 +326,7 @@ export const JellyfinController: InternalControllerEndpoint = {
|
||||
SortBy: albumListSortMap.jellyfin[query.sortBy] || 'SortName',
|
||||
SortOrder: sortOrderMap.jellyfin[query.sortOrder],
|
||||
StartIndex: query.startIndex,
|
||||
...query._custom?.jellyfin,
|
||||
...query._custom,
|
||||
Years: yearsFilter,
|
||||
},
|
||||
});
|
||||
@@ -748,7 +748,7 @@ export const JellyfinController: InternalControllerEndpoint = {
|
||||
SortBy: songListSortMap.jellyfin[query.sortBy] || 'Album,SortName',
|
||||
SortOrder: sortOrderMap.jellyfin[query.sortOrder],
|
||||
StartIndex: query.startIndex,
|
||||
...query._custom?.jellyfin,
|
||||
...query._custom,
|
||||
Years: yearsFilter,
|
||||
},
|
||||
});
|
||||
@@ -783,7 +783,7 @@ export const JellyfinController: InternalControllerEndpoint = {
|
||||
SortBy: songListSortMap.jellyfin[query.sortBy] || 'Album,SortName',
|
||||
SortOrder: sortOrderMap.jellyfin[query.sortOrder],
|
||||
StartIndex: query.startIndex,
|
||||
...query._custom?.jellyfin,
|
||||
...query._custom,
|
||||
Years: yearsFilter,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user