mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Replaced built-in valuetypes with language keywords.
This commit is contained in:
@@ -34,7 +34,7 @@ namespace NzbDrone.Core.Notifications.Email
|
||||
|
||||
NetworkCredential credentials = null;
|
||||
|
||||
if (!String.IsNullOrWhiteSpace(settings.Username))
|
||||
if (!string.IsNullOrWhiteSpace(settings.Username))
|
||||
credentials = new NetworkCredential(settings.Username, settings.Password);
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user