URN for image info (#78)

* Allow music service to return a URN identifying cover art for an entity

* Fix bug with playlist cover art rending same album multiple times
This commit is contained in:
Simon J
2021-11-15 17:33:51 +11:00
committed by GitHub
parent bb4172acf4
commit 6321cb71a4
18 changed files with 1191 additions and 1322 deletions

View File

@@ -88,7 +88,8 @@ const app = server(
applyContextPath: true,
logRequests: true,
version,
tokenSigner: jwtSigner(config.secret)
tokenSigner: jwtSigner(config.secret),
externalImageResolver: artistImageFetcher
}
);