Skip to content

Commit

Permalink
Merge pull request #107 from jellyfin/api-key
Browse files Browse the repository at this point in the history
Add the project's api key
  • Loading branch information
Shadowghost authored Feb 11, 2024
2 parents 1b6930b + e888947 commit 5fee4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jellyfin.Plugin.Tvdb/Configuration/PluginConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class PluginConfiguration : BasePluginConfiguration
/// <summary>
/// Gets the tvdb api key for project.
/// </summary>
public const string ProjectApiKey = "";
public const string ProjectApiKey = "7f7eed88-2530-4f84-8ee7-f154471b8f87";

/// <summary>
/// Gets or sets the tvdb api key for user.
Expand Down

0 comments on commit 5fee4d0

Please sign in to comment.