🚑 Critical hotfix for various bugs

This commit is contained in:
ajnart
2022-05-26 00:10:48 +02:00
parent c725559e9b
commit 1ec8f1db19
5 changed files with 2 additions and 20 deletions

View File

@@ -94,7 +94,6 @@ export function ReadarrMediaDisplay(props: any) {
}
const baseUrl = new URL(readarr.url).origin;
// Remove '/' from the end of the lidarr url
console.log(poster);
const fullLink = `${baseUrl}${poster.url}`;
// Return a movie poster containting the title and the description
return (