Changed ScanLibrary to not use optional param due to build issue on Github.
This commit is contained in:
parent
0a78cffb1f
commit
4c40284af2
2 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@ namespace API.Services
|
|||
return volumes;
|
||||
}
|
||||
|
||||
public void ScanLibrary(int libraryId, bool forceUpdate = false)
|
||||
public void ScanLibrary(int libraryId, bool forceUpdate)
|
||||
{
|
||||
var library = Task.Run(() => _libraryRepository.GetLibraryForIdAsync(libraryId)).Result;
|
||||
_scannedSeries = new ConcurrentDictionary<string, ConcurrentBag<ParserInfo>>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue