mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Fixed rebase issues.
This commit is contained in:
parent
174f765ec9
commit
26242d7dde
1 changed files with 0 additions and 5 deletions
|
@ -432,11 +432,6 @@ namespace NzbDrone.Core.Providers.Core
|
||||||
get { return "http://services.nzbdrone.com"; }
|
get { return "http://services.nzbdrone.com"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public string UGuid
|
|
||||||
{
|
|
||||||
get { return GetValue("UGuid", Guid.NewGuid().ToString(), persist: true); }
|
|
||||||
}
|
|
||||||
|
|
||||||
private string GetValue(string key)
|
private string GetValue(string key)
|
||||||
{
|
{
|
||||||
return GetValue(key, String.Empty);
|
return GetValue(key, String.Empty);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue