mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-03 13:44:22 -04:00
9 lines
167 B
C#
9 lines
167 B
C#
using MediaBrowser.Common.Plugins;
|
|
|
|
namespace MediaBrowser.InternetProviders
|
|
{
|
|
public class PluginConfiguration : BasePluginConfiguration
|
|
{
|
|
}
|
|
}
|