Files
FileFlowsPlugins/Plex/Plugin.cs
2022-04-21 11:36:21 +12:00

12 lines
197 B
C#

namespace FileFlows.Plex;
public class Plugin : FileFlows.Plugin.IPlugin
{
public string Name => "Plex";
public string MinimumVersion => "0.5.2.690";
public void Init()
{
}
}