-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(backend): user sync error on plex managed/guest users (#357)
* chore: 🧽 debug statements * chore: 🧽 debug statements * fix: 🩹 lookup user by token instead of username lookup by token instead of username to handle Plex Managed and Guest users accounts * chore: 🧼 cleanup debug statements * fix(backend): 🩹 set db username to plex user title * fix(backend): 🐛 add managed user check for profile pic search * fix: 🐛 add execute function for update query https://stackoverflow.com/questions/31298469/python-peewee-update-query-is-not-working * fix: 🩹 managed user null username handling * chore: 🧽 cleanup debug statement * fix: 🩹 managed user check for profile picture lookup
- Loading branch information
Showing
2 changed files
with
27 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters