mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-09 04:47:41 +00:00
fix recent searches path
This commit is contained in:
@@ -33,7 +33,7 @@ export class ConfigService {
|
||||
}
|
||||
|
||||
public getRecentSearchesFolder(): string {
|
||||
return join(this.getRootPath(), this.getEnv('STATIC_SERVE_FOLDER'));
|
||||
return join(this.getRootPath(), this.getEnv('RECENT_SEARCHES_FOLDER'));
|
||||
}
|
||||
|
||||
private getRootPath(): string {
|
||||
|
||||
Reference in New Issue
Block a user