mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 01:32:55 -07:00
Fixed the hang at startup
This commit is contained in:
parent
ee668dfd34
commit
93928aadc5
2 changed files with 1 additions and 11741 deletions
|
@ -1,6 +1,6 @@
|
|||
export function getBaseLocation() {
|
||||
debugger;
|
||||
let paths: string[] = location.pathname.split('/').splice(1, 1);
|
||||
let basePath: string = (paths && paths[0]) || 'discover'; // Default: discover
|
||||
let basePath: string = (paths && paths[0] ? paths[0] : "");
|
||||
return '/' + basePath;
|
||||
}
|
11740
src/Ombi/package-lock.json
generated
11740
src/Ombi/package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue