mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 09:29:33 -06:00
12 lines
350 B
C#
12 lines
350 B
C#
namespace MetaNodes
|
|
{
|
|
internal class Globals
|
|
{
|
|
public static string MOVIE_INFO = "MovieInfo";
|
|
public static string MOVIE = "Movie";
|
|
public static string MOVIE_CREDITS = "MovieCredits";
|
|
public static string TV_SHOW_INFO = "TVShowInfo";
|
|
public static string TV_EPISODE_INFO = "TVEpisodeInfo";
|
|
}
|
|
}
|