This commit is contained in:
Ross
2021-08-08 12:04:35 +01:00
parent 2115f55d41
commit ecc7790aa8
+1 -1
View File
@@ -1049,4 +1049,4 @@ class SeriesImagesZipView(BaseZipView):
def get_files(self):
series = LongSeries.objects.get(pk=self.kwargs['pk'])
return [i.file for i in series.images.all()]
return [i.image.file for i in series.images.all()]