Skip to content

Commit

Permalink
Don't require user pin (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
crobibero authored Feb 11, 2024
1 parent 5fee4d0 commit 6966ecc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Jellyfin.Plugin.Tvdb/TvdbClientManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ public TvdbClientManager(IApplicationHost applicationHost)
private async Task LoginAsync()
{
var loginClient = _serviceProvider.GetRequiredService<ILoginClient>();
if (string.IsNullOrEmpty(UserPin))
{
throw new InvalidOperationException("Subscriber PIN not set");
}

// Ensure we have a recent token.
if (IsTokenInvalid())
Expand Down

0 comments on commit 6966ecc

Please sign in to comment.