Update logs are now in the UI

This commit is contained in:
kay.one 2011-11-21 22:55:09 -08:00
commit 3520b56bb6
11 changed files with 158 additions and 25 deletions

View file

@ -170,5 +170,10 @@ namespace NzbDrone.Common
return freeBytesAvailable;
}
public virtual string ReadAllText(string filePath)
{
return File.ReadAllText(filePath);
}
}
}