This commit is contained in:
Ross
2021-08-08 12:03:53 +01:00
parent dc3371f39e
commit 2115f55d41
+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]
return [i.file for i in series.images.all()]