Lidarr/frontend/src/Utilities/getPathWithUrlBase.js

4 lines
97 B
JavaScript
Raw Normal View History

2017-09-04 02:20:56 +00:00
export default function getPathWithUrlBase(path) {
return `${window.Sonarr.urlBase}${path}`;
}