Skip to content

Commit

Permalink
Fix plex token invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan committed Jan 11, 2024
1 parent 058ba66 commit 2eb9e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Shoko.Server/Plex/PlexHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ public void InvalidateToken()
{
_user.PlexToken = string.Empty;
isAuthenticated = false;
_key = null;
SaveUser(_user);
}
}

0 comments on commit 2eb9e2e

Please sign in to comment.