mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 21:16:17 +02:00
use tags list for Navidrome genres to support counts
This commit is contained in:
@@ -853,7 +853,7 @@ export const JellyfinController: InternalControllerEndpoint = {
|
||||
|
||||
return url;
|
||||
},
|
||||
getTags: async (args) => {
|
||||
getTagList: async (args) => {
|
||||
const { apiClientProps, query } = args;
|
||||
|
||||
if (!hasFeature(apiClientProps.server, ServerFeature.TAGS)) {
|
||||
|
||||
Reference in New Issue
Block a user