From e8889471ab3e89bc02543533f300b5f3d5dfd53e Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Sun, 11 Feb 2024 12:33:11 -0700 Subject: [PATCH] Add the project's api key --- Jellyfin.Plugin.Tvdb/Configuration/PluginConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Plugin.Tvdb/Configuration/PluginConfiguration.cs b/Jellyfin.Plugin.Tvdb/Configuration/PluginConfiguration.cs index d112aa0..aab87ef 100644 --- a/Jellyfin.Plugin.Tvdb/Configuration/PluginConfiguration.cs +++ b/Jellyfin.Plugin.Tvdb/Configuration/PluginConfiguration.cs @@ -10,7 +10,7 @@ public class PluginConfiguration : BasePluginConfiguration /// /// Gets the tvdb api key for project. /// - public const string ProjectApiKey = ""; + public const string ProjectApiKey = "7f7eed88-2530-4f84-8ee7-f154471b8f87"; /// /// Gets or sets the tvdb api key for user.