mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-20 03:40:51 -06:00
12 lines
197 B
C#
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()
|
|
{
|
|
}
|
|
}
|