🐛 Fix incorrect behavior of trim-file-data.

This commit is contained in:
Andrey Antukh 2022-01-21 14:47:22 +01:00 committed by Andrés Moya
parent 2d00e68b78
commit ffa134f824

View file

@ -251,7 +251,7 @@
(-> file (-> file
(update :data assoc :pages-index {page-id page}) (update :data assoc :pages-index {page-id page})
(assoc :pages [page-id])))) (update :data assoc :pages [page-id]))))
(declare strip-frames-with-thumbnails) (declare strip-frames-with-thumbnails)