mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-06-02 21:48:14 +00:00
fix: update movie link construction to include base URL
This commit is contained in:
Vendored
+1
-1
@@ -58,7 +58,7 @@ const getMeta = function (_a) {
|
||||
const links = [];
|
||||
if (type === "movie") {
|
||||
const directLinks = [];
|
||||
directLinks.push({ title: "Movie", link: link });
|
||||
directLinks.push({ title: "Movie", link: baseUrl + link });
|
||||
links.push({ title: "Movie", directLinks: directLinks });
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user