mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-04 05:10:13 -05:00
12 lines
197 B
C#
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()
|
|
{
|
|
}
|
|
}
|