mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 11:43:44 +01:00
Pushing missing changes
This commit is contained in:
10
MediaBrowser.Controller/Entities/ICollectionFolder.cs
Normal file
10
MediaBrowser.Controller/Entities/ICollectionFolder.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// This is just a marker interface to denote top level folders
|
||||
/// </summary>
|
||||
public interface ICollectionFolder
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user