mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
start local fs video files scanner service
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user