Merge pull request #1773 from sparky8251/remove-wan-ddns

Remove WAN DDNS
This commit is contained in:
Joshua M. Boniface
2019-09-28 18:08:24 -04:00
committed by GitHub
2 changed files with 3 additions and 18 deletions

View File

@@ -162,7 +162,6 @@ namespace MediaBrowser.Model.Configuration
public bool SkipDeserializationForBasicTypes { get; set; }
public string ServerName { get; set; }
public string WanDdns { get; set; }
public string BaseUrl { get; set; }
public string UICulture { get; set; }