mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
Fixed: Error in logs when creating a new root folder
This commit is contained in:
parent
9ffc291fcf
commit
4cadf1d43b
@ -44,7 +44,7 @@ FolderWritableValidator folderWritableValidator
|
||||
|
||||
private RootFolderResource GetRootFolder(int id)
|
||||
{
|
||||
var timeout = Request.GetBooleanQueryParameter("timeout", true);
|
||||
var timeout = Context?.Request?.GetBooleanQueryParameter("timeout", true) ?? true;
|
||||
|
||||
return _rootFolderService.Get(id, timeout).ToResource();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user