Files
FileFlowsPlugins/Plex/Plugin.cs
2022-08-03 09:49:58 +12:00

13 lines
271 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 => "1.0.0.1864";
public void Init()
{
}
}