mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
dockerise server
This commit is contained in:
@@ -6,9 +6,7 @@ export class RecentSearchesConfig {
|
||||
}
|
||||
|
||||
public getRecentSearchesFolder(): string {
|
||||
return this.configService
|
||||
.getPaths()
|
||||
.getPathByEnvKey('RECENT_SEARCHES_FOLDER');
|
||||
return '/srv/data/recent-searches';
|
||||
}
|
||||
|
||||
public getRecentSearchesLimit(): number {
|
||||
|
||||
Reference in New Issue
Block a user