mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -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