X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/149903ae7da0968ef3b1b0dc0f329afeaa5a7007..a98d18bc92d7d28d54c0cc1c1a636c9d79e6a648:/src/references/models.py

diff --git a/src/references/models.py b/src/references/models.py
index c98647191..9246ee322 100644
--- a/src/references/models.py
+++ b/src/references/models.py
@@ -65,7 +65,8 @@ class Entity(models.Model):
                 result_data['thumbwidth'],
                 result_data['thumbheight']
             ]
-            image_data['responsiveUrls'] = result_data['responsiveUrls']
+            if 'responsiveUrls' in result_data:
+                image_data['responsiveUrls'] = result_data['responsiveUrls']
 
             image_data_list.append(image_data)