Added debugging

This commit is contained in:
2025-12-04 20:24:24 -07:00
parent 65dd638b09
commit 08e26943c9
4 changed files with 65 additions and 14 deletions

View File

@@ -31,4 +31,9 @@ public class PluginConfiguration : BasePluginConfiguration
/// Gets or sets the cut off days before deleting unwatched files.
/// </summary>
public int StaleMediaCutoff { get; set; } = 90;
/// <summary>
/// Gets or sets debug mode.
/// </summary>
public bool DebugMode { get; set; }
}