mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
move aliases to file storage
This commit is contained in:
@@ -23,6 +23,10 @@ export class PathsConfig {
|
||||
return this.getPath(relPath);
|
||||
}
|
||||
|
||||
public getDbFolderPath(): string {
|
||||
return '/srv/data/db';
|
||||
}
|
||||
|
||||
private getPath(relPath: string) {
|
||||
if (relPath[0] === '/') {
|
||||
//this is an absolute path
|
||||
|
||||
Reference in New Issue
Block a user