mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Replaced built-in valuetypes with language keywords.
This commit is contained in:
@@ -29,7 +29,7 @@ namespace NzbDrone.Core.Indexers
|
||||
get { return _httpResponse; }
|
||||
}
|
||||
|
||||
public String Content
|
||||
public string Content
|
||||
{
|
||||
get { return _httpResponse.Content; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user