mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-13 02:07:12 -07:00
Use nameof
This commit is contained in:
parent
ced7a7dce2
commit
cea6469ab8
11 changed files with 16 additions and 16 deletions
|
@ -50,7 +50,7 @@ namespace NzbDrone.Core.Update
|
|||
{
|
||||
if (configFileProvider == null)
|
||||
{
|
||||
throw new ArgumentNullException("configFileProvider");
|
||||
throw new ArgumentNullException(nameof(configFileProvider));
|
||||
}
|
||||
_checkUpdateService = checkUpdateService;
|
||||
_appFolderInfo = appFolderInfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue