1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-26 17:59:14 +00:00

Fixed rebase issues.

This commit is contained in:
kay.one 2012-02-04 23:00:12 -08:00
parent 174f765ec9
commit 26242d7dde

View file

@ -432,11 +432,6 @@ public virtual string ServiceRootUrl
get { return "http://services.nzbdrone.com"; }
}
public string UGuid
{
get { return GetValue("UGuid", Guid.NewGuid().ToString(), persist: true); }
}
private string GetValue(string key)
{
return GetValue(key, String.Empty);