diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-02 00:31:47 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-02 00:31:47 -0400 |
| commit | 911d9f4598e4cafe24a8eb6d40a0d95356d3437c (patch) | |
| tree | f388b7f2873f1111f77620a04a9e4605effb481d /MediaBrowser.Controller/Entities/CollectionFolder.cs | |
| parent | 1454e07c545997ca142e993cfe435987705309d7 (diff) | |
move more metadata settings to per library
Diffstat (limited to 'MediaBrowser.Controller/Entities/CollectionFolder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/CollectionFolder.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/CollectionFolder.cs b/MediaBrowser.Controller/Entities/CollectionFolder.cs index 77d7ca7f2..04ba53263 100644 --- a/MediaBrowser.Controller/Entities/CollectionFolder.cs +++ b/MediaBrowser.Controller/Entities/CollectionFolder.cs @@ -111,7 +111,7 @@ namespace MediaBrowser.Controller.Entities { LibraryOptions[path] = options; - options.SchemaVersion = 2; + options.SchemaVersion = 3; XmlSerializer.SerializeToFile(options, GetLibraryOptionsPath(path)); } } |
