mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-13 15:53:18 +02:00
refactor Genre domain type to include serverType and serverId
This commit is contained in:
@@ -647,7 +647,7 @@ export const SubsonicController: InternalControllerEndpoint = {
|
||||
break;
|
||||
}
|
||||
|
||||
const genres = results.map(ssNormalize.genre);
|
||||
const genres = results.map((genre) => ssNormalize.genre(genre, apiClientProps.server));
|
||||
|
||||
return {
|
||||
items: genres,
|
||||
|
||||
Reference in New Issue
Block a user