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
|
@ -6,6 +6,6 @@ namespace API.Interfaces
|
|||
{
|
||||
IEnumerable<string> ListDirectory(string rootPath);
|
||||
|
||||
void ScanLibrary(int libraryId, bool forceUpdate = false);
|
||||
void ScanLibrary(int libraryId, bool forceUpdate);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue