1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-23 14:30:49 +00:00
Lidarr/src/NzbDrone.Common/Services.cs
2013-10-02 18:01:32 -07:00

15 lines
242 B
C#

using System;
namespace NzbDrone.Common
{
public class Services
{
public static String RootUrl
{
get
{
return "http://services.nzbdrone.com";
}
}
}
}