mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
merge and small changes
This commit is contained in:
commit
83bbd3fd88
6 changed files with 44 additions and 12 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue