mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Add GPL modules
This commit is contained in:
16
MediaBrowser.Model/Configuration/MetadataPluginType.cs
Normal file
16
MediaBrowser.Model/Configuration/MetadataPluginType.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace MediaBrowser.Model.Configuration
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum MetadataPluginType
|
||||
/// </summary>
|
||||
public enum MetadataPluginType
|
||||
{
|
||||
LocalImageProvider,
|
||||
ImageFetcher,
|
||||
ImageSaver,
|
||||
LocalMetadataProvider,
|
||||
MetadataFetcher,
|
||||
MetadataSaver,
|
||||
SubtitleFetcher
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user