mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
Replaced built-in valuetypes with language keywords.
This commit is contained in:
@@ -94,7 +94,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
|
||||
|
||||
if (apiProvider == null)
|
||||
{
|
||||
var message = String.Format("Invalid API Version: {0} for {1}", version, settings.Address);
|
||||
var message = string.Format("Invalid API Version: {0} for {1}", version, settings.Address);
|
||||
throw new InvalidXbmcVersionException(message);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user