Files
FileFlowsPlugins/Emby/Plugin.cs
2022-06-28 21:23:01 +12:00

13 lines
271 B
C#

namespace FileFlows.Emby;
public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("51bdd442-6630-4c8c-b3a4-70a2d1c60309");
public string Name => "Emby";
public string MinimumVersion => "0.8.3.1487";
public void Init()
{
}
}