diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-09-18 13:09:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-18 13:09:00 -0400 |
| commit | b09e0a6e29ef32e91561451a3c5a4b7b436882e9 (patch) | |
| tree | b2769394f51e63eae055ad1d1de3b6fe152a1a2d /MediaBrowser.Controller/Entities/CollectionFolder.cs | |
| parent | 64b04216f11799c114e57349e83ce78ef2795a02 (diff) | |
| parent | 983c249d397a356b5fa770a2e2fe5df87b11f4d4 (diff) | |
Merge pull request #2889 from MediaBrowser/dev
Dev
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 537beb26b..a83e084db 100644 --- a/MediaBrowser.Controller/Entities/CollectionFolder.cs +++ b/MediaBrowser.Controller/Entities/CollectionFolder.cs @@ -280,7 +280,7 @@ namespace MediaBrowser.Controller.Entities { FileInfo = FileSystem.GetDirectoryInfo(path), Path = path, - Parent = Parent, + Parent = GetParent() as Folder, CollectionType = CollectionType }; |
