Skip to content

Use Jellyfin global styles #321

@CollinHeist

Description

@CollinHeist

It appears global styles (watched_style and unwatched_style) are being ignored for Jellyfin - this needs to be fixed. The issue seems to be here:

if self.media_server == 'emby':
self.style_set = copy(preferences.emby_style_set)
elif self.media_server == 'plex':
self.style_set = copy(preferences.plex_style_set)

There needs to be a copy of the global jellyfin style set object.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingneeds-mergedIssue has been resolved on a development branch

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions