diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-05-05 15:30:32 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-05-05 15:30:32 +0200 |
| commit | bcb4010db615b7c732856629553cba4e7ccc3358 (patch) | |
| tree | 5f195d0ac10740d88c33bdeccf8546a1e25c3b73 /MediaBrowser.Controller/Entities/CollectionFolder.cs | |
| parent | 787bcd4a83ea212e6ba4f93dcc4ce6788b950410 (diff) | |
More improvements
Diffstat (limited to 'MediaBrowser.Controller/Entities/CollectionFolder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/CollectionFolder.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/CollectionFolder.cs b/MediaBrowser.Controller/Entities/CollectionFolder.cs index 347d5b73c..bc5f38256 100644 --- a/MediaBrowser.Controller/Entities/CollectionFolder.cs +++ b/MediaBrowser.Controller/Entities/CollectionFolder.cs @@ -61,7 +61,6 @@ namespace MediaBrowser.Controller.Entities try { var result = XmlSerializer.DeserializeFromFile(typeof(LibraryOptions), GetLibraryOptionsPath(path)) as LibraryOptions; - if (result == null) { return new LibraryOptions(); |
