Skip to content

Commit

Permalink
fix: 馃┕ change delete user call to emby function
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDynamo committed Apr 19, 2024
1 parent 602d5d1 commit 139cf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wizarr-backend/wizarr_backend/helpers/universal.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def global_delete_user_from_media_server(user_id: str) -> dict[str]:
elif server_type == "jellyfin":
delete_jellyfin_user(user.token)
elif server_type == "emby":
delete_jellyfin_user(user.token)
delete_emby_user(user.token)

try:
# Get the invite from the database where the code is equal to the code provided
Expand Down

0 comments on commit 139cf86

Please sign in to comment.