name changes

This commit is contained in:
Jamie.Rees 2016-12-20 10:22:18 +00:00
parent 796f0fc188
commit 6300c98bb7
27 changed files with 95 additions and 58 deletions

View file

@ -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!");