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

Fix duplicate watched status in trakt (due to tv episode in multiple Plex libraries) #482

Merged

Conversation

simonc56
Copy link
Collaborator

Same as #477 but for tv shows.

fixes #476

note : pytrakt_extensions.py uses many if value in dict.keys(): which seems to be slower than if value in dict:
note 2 : please @glensc do not merge in a hurry.

@simonc56 simonc56 force-pushed the fix-excessive-trakt-watched-request-episode branch from 3714fdd to 0ddefee Compare September 11, 2021 18:29
@simonc56 simonc56 self-assigned this Sep 11, 2021
@simonc56 simonc56 force-pushed the fix-excessive-trakt-watched-request-episode branch from 0ddefee to a0ebf2c Compare September 11, 2021 19:55
@simonc56 simonc56 force-pushed the fix-excessive-trakt-watched-request-episode branch from a0ebf2c to 390178d Compare September 12, 2021 09:21
@simonc56 simonc56 merged commit d5ff304 into Taxel:main Sep 12, 2021
@glensc
Copy link
Collaborator

glensc commented Sep 12, 2021

note 2 : please @glensc do not merge in a hurry.

use GitHub draft state to indicate PR is not ready for merge.

Repository owner locked as resolved and limited conversation to collaborators Jan 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicate when multiple library with same movie/show
2 participants