4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
|
export default function getPathWithUrlBase(path) {
|
||
|
return `${window.Sonarr.urlBase}${path}`;
|
||
|
}
|