Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kookxiang committed Jun 19, 2022
1 parent 65ebd71 commit 5ced9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jellyfin.Plugin.Bangumi/OAuth/OAuthStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public bool Contains(Guid guid)
{
try
{
return _users.First(user => user.Value.Expired).Value;
return _users.First(user => !user.Value.Expired).Value;
}
catch (Exception)
{
Expand Down

0 comments on commit 5ced9cf

Please sign in to comment.