Files
FileFlowsPlugins/Emby/Plugin.cs
2022-04-21 17:59:30 +12:00

12 lines
197 B
C#

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