Files
FileFlowsPlugins/Plex/Plugin.cs
2022-06-23 21:53:33 +12:00

13 lines
568 B
C#
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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.3.1487";
public void Init()
{
}
}