mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
More unit tests around the login and also the core Plex Checker
This commit is contained in:
parent
4eff175424
commit
13324cac14
7 changed files with 690 additions and 468 deletions
|
@ -35,20 +35,14 @@ namespace PlexRequests.Core
|
|||
|
||||
public const string PlexLibaries = nameof(PlexLibaries);
|
||||
public const string PlexEpisodes = nameof(PlexEpisodes);
|
||||
|
||||
public const string TvDbToken = nameof(TvDbToken);
|
||||
|
||||
public const string SonarrQualityProfiles = nameof(SonarrQualityProfiles);
|
||||
public const string SonarrQueued = nameof(SonarrQueued);
|
||||
|
||||
public const string SickRageQualityProfiles = nameof(SickRageQualityProfiles);
|
||||
public const string SickRageQueued = nameof(SickRageQueued);
|
||||
|
||||
public const string CouchPotatoQualityProfiles = nameof(CouchPotatoQualityProfiles);
|
||||
public const string CouchPotatoQueued = nameof(CouchPotatoQueued);
|
||||
|
||||
public const string GetPlexRequestSettings = nameof(GetPlexRequestSettings);
|
||||
|
||||
public const string LastestProductVersion = nameof(LastestProductVersion);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue