mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Replaced built-in valuetypes with language keywords.
This commit is contained in:
@@ -8,9 +8,9 @@ namespace NzbDrone.Common.Http
|
||||
public static readonly HttpAccept Json = new HttpAccept("application/json");
|
||||
public static readonly HttpAccept Html = new HttpAccept("text/html");
|
||||
|
||||
public String Value { get; private set; }
|
||||
public string Value { get; private set; }
|
||||
|
||||
public HttpAccept(String accept)
|
||||
public HttpAccept(string accept)
|
||||
{
|
||||
Value = accept;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user