mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 13:28:27 +01:00
fix SA1513/SA1516
This commit is contained in:
@@ -20,6 +20,7 @@ namespace MediaBrowser.Controller.IO
|
||||
{
|
||||
dict[file.FullName] = file;
|
||||
}
|
||||
|
||||
return dict;
|
||||
}
|
||||
|
||||
@@ -49,6 +50,7 @@ namespace MediaBrowser.Controller.IO
|
||||
{
|
||||
throw new ArgumentNullException(nameof(path));
|
||||
}
|
||||
|
||||
if (args == null)
|
||||
{
|
||||
throw new ArgumentNullException(nameof(args));
|
||||
@@ -116,6 +118,7 @@ namespace MediaBrowser.Controller.IO
|
||||
returnResult[index] = value;
|
||||
index++;
|
||||
}
|
||||
|
||||
return returnResult;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user