merge and small changes

This commit is contained in:
tidusjar 2016-04-20 13:41:34 +01:00
commit 83bbd3fd88
6 changed files with 44 additions and 12 deletions

View file

@ -28,6 +28,11 @@ namespace PlexRequests.Core
{
public class CacheKeys
{
public struct TimeFrameMinutes
{
public const int SchedulerCaching = 60;
}
public const string PlexLibaries = "PlexLibaries";
public const string TvDbToken = "TheTvDbApiToken";