Update logs are now in the UI
This commit is contained in:
@@ -170,5 +170,10 @@ namespace NzbDrone.Common
|
||||
|
||||
return freeBytesAvailable;
|
||||
}
|
||||
|
||||
public virtual string ReadAllText(string filePath)
|
||||
{
|
||||
return File.ReadAllText(filePath);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user