mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-26 18:27:40 +01:00
3 lines
97 B
JavaScript
3 lines
97 B
JavaScript
export default function getPathWithUrlBase(path) {
|
|
return `${window.Lidarr.urlBase}${path}`;
|
|
}
|