diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-08-25 01:24:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-25 01:24:44 -0400 |
| commit | 168ae3a531e7b62788e152e8cbe0361d77be80d6 (patch) | |
| tree | 2258b303ab23db99fecdf9248993b6e62a138818 /MediaBrowser.Controller/Entities/CollectionFolder.cs | |
| parent | 4784b7cc0ebcdeca83f52c3eb9d3d4290b5a2745 (diff) | |
| parent | 29d0b21a789cc72c4858dfa3009a4d27ecb5691b (diff) | |
Merge pull request #2098 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller/Entities/CollectionFolder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/CollectionFolder.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/CollectionFolder.cs b/MediaBrowser.Controller/Entities/CollectionFolder.cs index e120f2e23..597ecf973 100644 --- a/MediaBrowser.Controller/Entities/CollectionFolder.cs +++ b/MediaBrowser.Controller/Entities/CollectionFolder.cs @@ -106,6 +106,7 @@ namespace MediaBrowser.Controller.Entities { LibraryOptions[path] = options; + options.SchemaVersion = 1; XmlSerializer.SerializeToFile(options, GetLibraryOptionsPath(path)); } } |
