Files
FileFlowsPlugins/Emby/Plugin.cs
2022-06-16 13:49:19 +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.Emby;
public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("51bdd442-6630-4c8c-b3a4-70a2d1c60309");
public string Name => "Emby";
public string MinimumVersion => "0.8.1.1404";
public void Init()
{
}
}