diff --git a/TheIntroDB/Configuration/PluginConfiguration.cs b/TheIntroDB/Configuration/PluginConfiguration.cs
index e182a92..5e055d6 100644
--- a/TheIntroDB/Configuration/PluginConfiguration.cs
+++ b/TheIntroDB/Configuration/PluginConfiguration.cs
@@ -80,5 +80,10 @@ public PluginConfiguration()
/// instead of the main Emby log.
///
public bool EnableFileLogging { get; set; }
+
+ ///
+ /// Gets or sets a value indicating whether to automatically fetch segments for newly added items and on playback start.
+ ///
+ public bool EnableOnDemandFetch { get; set; } = true;
}
}
diff --git a/TheIntroDB/Configuration/configPage.html b/TheIntroDB/Configuration/configPage.html
index b122798..9164322 100644
--- a/TheIntroDB/Configuration/configPage.html
+++ b/TheIntroDB/Configuration/configPage.html
@@ -70,6 +70,14 @@
TheIntroDB
When enabled, items that already have segments are skipped to avoid refetching.
+
+
+
When enabled, segments will be fetched for newly added items, so long as no segments exist yet.
+
+