Files
FileFlowsPlugins/Plex/Plugin.cs
T
2022-06-16 13:49:19 +12:00

13 lines
568 B
C#

namespace FileFlows.Plex;
public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("5be72267-7574-4ba9-a958-f3dda0d6c2dc");
public string Name => "Plex";
public string MinimumVersion => "0.8.1.1404";
public void Init()
{
}
}