mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
add re-scan all option
This commit is contained in:
@@ -65,6 +65,9 @@ export class VideoFilesUpdateService {
|
||||
}
|
||||
|
||||
await this.repository.saveFiles(entitiesToSave);
|
||||
console.log(
|
||||
`file scan and update complete - ${refresh ? 'full update' : 'only new'}`,
|
||||
);
|
||||
}
|
||||
|
||||
private isPathToIgnore(filePath: string): boolean {
|
||||
|
||||
Reference in New Issue
Block a user