Ensure I validate before attempting to update password for reset password flow. Send some validation issues back to FE.
This commit is contained in:
parent
52b91a9b92
commit
983078de02
3 changed files with 30 additions and 9 deletions
|
@ -63,7 +63,7 @@ namespace API.Services.Tasks
|
|||
_scannedSeries = null;
|
||||
}
|
||||
|
||||
[DisableConcurrentExecution(timeoutInSeconds: 360)]
|
||||
//[DisableConcurrentExecution(timeoutInSeconds: 360)]
|
||||
public void ScanLibrary(int libraryId, bool forceUpdate)
|
||||
{
|
||||
_forceUpdate = forceUpdate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue