mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-08 13:29:12 -05:00
convert stuff, icons
This commit is contained in:
+7
-1
@@ -2,10 +2,16 @@ namespace FileFlows.Plex;
|
||||
|
||||
public class Plugin : FileFlows.Plugin.IPlugin
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public Guid Uid => new Guid("5be72267-7574-4ba9-a958-f3dda0d6c2dc");
|
||||
/// <inheritdoc />
|
||||
public string Name => "Plex";
|
||||
/// <inheritdoc />
|
||||
public string MinimumVersion => "1.0.4.2019";
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Icon => "svg:plex";
|
||||
|
||||
/// <inheritdoc />
|
||||
public void Init()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user