mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 22:50:14 -06:00
13 lines
568 B
C#
13 lines
568 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.1.1404";
|
||
|
||
public void Init()
|
||
{
|
||
}
|
||
}
|