Fixed: No longer possible to add protocol to a Host field (that's what Url fields are for)

This commit is contained in:
Taloth Saldono
2015-03-31 23:52:27 +02:00
parent f2ec02876b
commit b92cc6fb15
12 changed files with 19 additions and 13 deletions

View File

@@ -113,7 +113,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
if (version == new XbmcVersion(0))
{
throw new InvalidXbmcVersionException("Verion received from XBMC is invalid, please correct your settings.");
throw new InvalidXbmcVersionException("Version received from XBMC is invalid, please correct your settings.");
}
Notify(settings, "Test Notification", "Success! XBMC has been successfully configured!");