We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am attempting to enable a way for new users to optout of the plex default online media sources by default. However, I am encountering a problem:
the MyPlexAccount(token).onlineMediaSources() function is empty until the user has already edited the sources from the web interface.
I am thinking this is probably a limitation with the Plex API itself and not this library. However, I might be wrong.
If so, is there a workaround you could recommend? Thanks
def optOutOnlineSources(token): user = MyPlexAccount(token) for source in user.onlineMediaSources(): source.optOut() return
No response
macOS
Version 4.87.2
3.11
4.13.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
I am attempting to enable a way for new users to optout of the plex default online media sources by default. However, I am encountering a problem:
the MyPlexAccount(token).onlineMediaSources() function is empty until the user has already edited the sources from the web interface.
I am thinking this is probably a limitation with the Plex API itself and not this library. However, I might be wrong.
If so, is there a workaround you could recommend? Thanks
Code Snippets
Expected Behavior
No response
Additional Context
No response
Operating System and Version
macOS
Plex Media Server Version
Version 4.87.2
Python Version
3.11
PlexAPI Version
4.13.2
The text was updated successfully, but these errors were encountered: