mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-04 08:20:01 -06:00
9 lines
179 B
C#
9 lines
179 B
C#
namespace MetaNodes
|
|
{
|
|
internal class Globals
|
|
{
|
|
public static string MOVIE_INFO = "MovieInfo";
|
|
public static string TV_SHOW_INFO = "TVShowInfo";
|
|
}
|
|
}
|