start local fs video files scanner service

This commit is contained in:
Jurgis Sakalauskas
2023-01-05 17:39:35 +02:00
parent 3c9ea2fb39
commit 1631a97417
16 changed files with 432 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export class PathsConfig {
return this.getPathByEnvKey('RECENT_SEARCHES_FOLDER');
}
private getPathByEnvKey(key: string) {
public getPathByEnvKey(key: string) {
const relPath = this.configService.getEnv(key);
return this.getPath(relPath);