support realtime monitor per library

This commit is contained in:
Luke Pulverenti
2016-08-24 16:46:26 -04:00
parent e5d5c67041
commit c46e38725e
3 changed files with 25 additions and 19 deletions

View File

@@ -4,10 +4,13 @@
{
public bool EnableArchiveMediaFiles { get; set; }
public bool EnablePhotos { get; set; }
public bool EnableRealtimeMonitor { get; set; }
public int SchemaVersion { get; set; }
public LibraryOptions()
{
EnablePhotos = true;
EnableRealtimeMonitor = true;
}
}
}