diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-10-20 15:27:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-20 15:27:40 -0400 |
| commit | 367e17826eb49d855d9ae30462072c5e295f5b33 (patch) | |
| tree | 39e06e3c38bbd4933ed3aeb100f8f2a22a25f211 /MediaBrowser.Controller/Entities/BasePluginFolder.cs | |
| parent | d2d49b6b760ad3d74712c0839c66296476ab858e (diff) | |
| parent | 3c1114228ba3b6a19cb73fa7f9aaa4e3ce3cab80 (diff) | |
Merge pull request #2250 from MediaBrowser/beta
Beta
Diffstat (limited to 'MediaBrowser.Controller/Entities/BasePluginFolder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/BasePluginFolder.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/BasePluginFolder.cs b/MediaBrowser.Controller/Entities/BasePluginFolder.cs index 5a1ad6b15..bd109af7a 100644 --- a/MediaBrowser.Controller/Entities/BasePluginFolder.cs +++ b/MediaBrowser.Controller/Entities/BasePluginFolder.cs @@ -7,7 +7,7 @@ namespace MediaBrowser.Controller.Entities /// Plugins derive from and export this class to create a folder that will appear in the root along /// with all the other actual physical folders in the system. /// </summary> - public abstract class BasePluginFolder : Folder, ICollectionFolder, IByReferenceItem + public abstract class BasePluginFolder : Folder, ICollectionFolder { public virtual string CollectionType { |
