move more metadata settings to per library

This commit is contained in:
Luke Pulverenti
2016-10-02 00:31:47 -04:00
parent 1454e07c54
commit 911d9f4598
11 changed files with 42 additions and 61 deletions

View File

@@ -11,11 +11,15 @@
public bool DownloadImagesInAdvance { get; set; }
public MediaPathInfo[] PathInfos { get; set; }
public bool SaveLocalMetadata { get; set; }
public bool EnableInternetProviders { get; set; }
public LibraryOptions()
{
EnablePhotos = true;
EnableRealtimeMonitor = true;
PathInfos = new MediaPathInfo[] { };
EnableInternetProviders = true;
}
}