Skip to content

Commit

Permalink
Add the project's api key
Browse files Browse the repository at this point in the history
  • Loading branch information
crobibero committed Feb 11, 2024
1 parent 1b6930b commit e888947
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 e888947

Please sign in to comment.