lidarr/frontend/src/Utilities/getPathWithUrlBase.js
Qstick 54e9f88648 Various UI Fixes and Updates
Closes #188
Closes #185
Closes #187
2018-01-25 22:01:53 -05:00

3 lines
97 B
JavaScript

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