mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
🚑 Critical hotfix for various bugs
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user