diff --git a/Jellyfin.Plugin.Tvdb/Configuration/PluginConfiguration.cs b/Jellyfin.Plugin.Tvdb/Configuration/PluginConfiguration.cs index 69b5b65..5df897a 100644 --- a/Jellyfin.Plugin.Tvdb/Configuration/PluginConfiguration.cs +++ b/Jellyfin.Plugin.Tvdb/Configuration/PluginConfiguration.cs @@ -99,5 +99,10 @@ public int MetadataUpdateInHours /// Gets or sets a value indicating whether to update movie for the Check for Metadata Updates Scheduled Task. /// public bool UpdateMovieScheduledTask { get; set; } = false; + + /// + /// Gets or sets a value indicating whether to update person for the Check for Metadata Updates Scheduled Task. + /// + public bool UpdatePersonScheduledTask { get; set; } = false; } } diff --git a/Jellyfin.Plugin.Tvdb/Configuration/config.html b/Jellyfin.Plugin.Tvdb/Configuration/config.html index 6f4de6a..1bd0638 100644 --- a/Jellyfin.Plugin.Tvdb/Configuration/config.html +++ b/Jellyfin.Plugin.Tvdb/Configuration/config.html @@ -91,6 +91,10 @@

Check for Metadata Updates Scheduled Task Settings:

Update Movie +