mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
remove dead interface objects
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user