luigi311 / JellyPlex-Watched

Sync watched between jellyfin and plex locally
GNU General Public License v3.0
394 stars 22 forks source link

Fix variable overwrites, Fix errors when plex user has no access #54

Closed luigi311 closed 1 year ago

luigi311 commented 1 year ago

Fixes an issue where the variable usere_watched_temp was being overwritten when looping that sometimes caused issues.

Fixes issues where a plex user is in the list but has no access to any plex libraries would cause issues due to the user not having a token available to login to the plex server.

Closes #53