feat: show record label copyright at bottom of track listing (#1421)

* show record label copyright at bottom of track listing

* add recordLabels support for Jellyfin

---------

Co-authored-by: jeffvli <jeffvictorli@gmail.com>
This commit is contained in:
Benjamin
2025-12-22 21:08:35 -06:00
committed by GitHub
parent c34b6774b9
commit 7a77b9bfe7
4 changed files with 20 additions and 3 deletions
@@ -360,7 +360,7 @@ export const JellyfinController: InternalControllerEndpoint = {
},
query: {
...artistQuery,
Fields: 'People, Tags',
Fields: 'People, Tags, Studios',
GenreIds: query.genreIds ? query.genreIds.join(',') : undefined,
IncludeItemTypes: 'MusicAlbum',
IsFavorite: query.favorite,