mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 11:14:47 +03:00
Add GPL modules
This commit is contained in:
13
MediaBrowser.Controller/Entities/IHasSpecialFeatures.cs
Normal file
13
MediaBrowser.Controller/Entities/IHasSpecialFeatures.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
public interface IHasSpecialFeatures
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the special feature ids.
|
||||
/// </summary>
|
||||
/// <value>The special feature ids.</value>
|
||||
Guid[] SpecialFeatureIds { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user