mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Product name change
This commit is contained in:
parent
83c37d926e
commit
a1ec30c641
45 changed files with 256 additions and 234 deletions
|
@ -43,14 +43,14 @@ namespace PlexRequests.Core.StatusChecker
|
|||
public StatusChecker(ISettingsService<SystemSettings> ss)
|
||||
{
|
||||
SystemSettings = ss;
|
||||
Git = new GitHubClient(new ProductHeaderValue("PlexRequests-StatusChecker"));
|
||||
Git = new GitHubClient(new ProductHeaderValue("Ombi-StatusChecker"));
|
||||
}
|
||||
|
||||
private ISettingsService<SystemSettings> SystemSettings { get; }
|
||||
|
||||
private IGitHubClient Git { get; }
|
||||
private const string Owner = "tidusjar";
|
||||
private const string RepoName = "PlexRequests.Net";
|
||||
private const string RepoName = "Ombi";
|
||||
private const string AppveyorApiUrl = "https://ci.appveyor.com/api";
|
||||
|
||||
private const string Api =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue