diff --git a/Jellyfin.Plugin.Tvdb/TvdbClientManager.cs b/Jellyfin.Plugin.Tvdb/TvdbClientManager.cs index 1a87780..4a367b6 100644 --- a/Jellyfin.Plugin.Tvdb/TvdbClientManager.cs +++ b/Jellyfin.Plugin.Tvdb/TvdbClientManager.cs @@ -50,10 +50,6 @@ public TvdbClientManager(IApplicationHost applicationHost) private async Task LoginAsync() { var loginClient = _serviceProvider.GetRequiredService(); - if (string.IsNullOrEmpty(UserPin)) - { - throw new InvalidOperationException("Subscriber PIN not set"); - } // Ensure we have a recent token. if (IsTokenInvalid())