mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-01 06:59:08 -05: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";
|
|
}
|
|
}
|