mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
refactor: add log line for scanning so it is clear
This commit is contained in:
@@ -1141,7 +1141,6 @@ export class MeilisearchService implements ISearchService {
|
||||
index,
|
||||
await this.searchParser.preprocessSearchFilter(request.filter),
|
||||
);
|
||||
console.log('filter', filter);
|
||||
}
|
||||
|
||||
if (
|
||||
|
||||
@@ -86,6 +86,15 @@ export abstract class MediaSourceScanner<
|
||||
|
||||
devAssert(mediaSource.type === this.mediaSourceType);
|
||||
|
||||
this.logger.info(
|
||||
'Scanning %s library (ID = %s, name = %s, force = %s, filter = %s)',
|
||||
mediaSource.type,
|
||||
library.uuid,
|
||||
library.name,
|
||||
force,
|
||||
pathFilter,
|
||||
);
|
||||
|
||||
await this.scanInternal({
|
||||
library,
|
||||
mediaSource,
|
||||
|
||||
Reference in New Issue
Block a user