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:
@@ -6,8 +6,8 @@ namespace NzbDrone.Core.RemotePathMappings
|
||||
{
|
||||
public class RemotePathMapping : ModelBase
|
||||
{
|
||||
public String Host { get; set; }
|
||||
public String RemotePath { get; set; }
|
||||
public String LocalPath { get; set; }
|
||||
public string Host { get; set; }
|
||||
public string RemotePath { get; set; }
|
||||
public string LocalPath { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user