Lidarr/frontend/src/Utilities/getPathWithUrlBase.js

4 lines
97 B
JavaScript

export default function getPathWithUrlBase(path) {
return `${window.Sonarr.urlBase}${path}`;
}