mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
name changes
This commit is contained in:
parent
796f0fc188
commit
6300c98bb7
27 changed files with 95 additions and 58 deletions
|
@ -94,9 +94,9 @@ namespace Ombi.UI
|
|||
{
|
||||
using (WebApp.Start<Startup>(options))
|
||||
{
|
||||
Console.WriteLine($"Plex Requests is running on the following: http://+:{port}/{baseUrl}");
|
||||
Console.WriteLine($"Ombi is running on the following: http://+:{port}/{baseUrl}");
|
||||
|
||||
PrintToConsole("All setup, Plex Requests is now ready!", ConsoleColor.Yellow);
|
||||
PrintToConsole("All setup, Ombi is now ready!", ConsoleColor.Yellow);
|
||||
if (Type.GetType("Mono.Runtime") != null)
|
||||
{
|
||||
Log.Info("We are on Mono!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue