From 15ab98b682fa69e0e0a864bed58a93d495527fc8 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 7 Aug 2023 13:48:27 +0100 Subject: [PATCH] . --- atlas/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/models.py b/atlas/models.py index 3afc3ce5..a5a92da8 100644 --- a/atlas/models.py +++ b/atlas/models.py @@ -398,7 +398,7 @@ class SeriesImage(SeriesImageBase): - return {"metadata": d, "url": self.image.url} + return {"metadata": d, "url": f"{REMOTE_URL}{self.image.url}"} except FileNotFoundError: return []