mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-09 04:47:41 +00:00
expand config
This commit is contained in:
@@ -18,7 +18,7 @@ export class StaticService {
|
||||
);
|
||||
}
|
||||
|
||||
const path = join(configService.getStaticFolder(), relPath);
|
||||
const path = join(configService.getPaths().getStaticFolder(), relPath);
|
||||
|
||||
const stats: Stats | false = await stat(path).catch(() => false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user