Add ability to enable/disable libraries (#11037)

Co-authored-by: Bond-009 <bond.009@outlook.com>
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
btopherjohnson
2024-03-17 08:50:48 -07:00
committed by GitHub
parent b6d130ae2d
commit 9a40a67c60
3 changed files with 14 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ namespace MediaBrowser.Model.Configuration
SeasonZeroDisplayName = "Specials";
}
public bool Enabled { get; set; } = true;
public bool EnablePhotos { get; set; }
public bool EnableRealtimeMonitor { get; set; }