mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 05:45:31 +02:00
Because it's 2016!
This commit is contained in:
@@ -14,10 +14,7 @@ namespace NzbDrone.Common
|
||||
|
||||
public class ConsoleService : IConsoleService
|
||||
{
|
||||
public static bool IsConsoleAvailable
|
||||
{
|
||||
get { return Console.In != StreamReader.Null; }
|
||||
}
|
||||
public static bool IsConsoleAvailable => Console.In != StreamReader.Null;
|
||||
|
||||
public void PrintHelp()
|
||||
{
|
||||
|
Reference in New Issue
Block a user