Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show and Season from the video module use wrong key to get subtitleLanguage attribute #1307

Closed
iDentitY4 opened this issue Nov 27, 2023 · 0 comments · Fixed by #1308
Closed

Comments

@iDentitY4
Copy link
Contributor

Describe the Bug

The show and season classes in the video module use the key audioLanguage to fetch the subtitleLanguage attribute. This should be subtitleLanguage of course.

self.subtitleLanguage = data.attrib.get('audioLanguage', '')

self.subtitleLanguage = data.attrib.get('audioLanguage', '')

Code Snippets

No response

Expected Behavior

No response

Additional Context

No response

Operating System and Version

Debian 11

Plex Media Server Version

1.32.7.7621

Python Version

3.12.0

PlexAPI Version

4.15.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant