Files
FileFlowsPlugins/Emby/Plugin.cs
T

12 lines
197 B
C#

namespace FileFlows.Emby;
public class Plugin : FileFlows.Plugin.IPlugin
{
public string Name => "Emby";
public string MinimumVersion => "0.6.1.900";
public void Init()
{
}
}