🐛 Fix issue on importing binfile-v3 with tokens (#5714)

* 🐛 Fix issue on importing binfile-v3 with tokens

* 🐛 Fix thumbnails generation (regression)

* 🐛 Fix thumbnails clearing issues (regression)
This commit is contained in:
Andrey Antukh 2025-01-29 16:52:40 +01:00 committed by GitHub
parent c82e5f7681
commit 6fa08fc75e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View file

@ -616,7 +616,7 @@
(not-empty)))
(defn- read-file-tokens-lib
[{:keys [::input ::file-id ::entries]}]
[{:keys [::bfc/input ::file-id ::entries]}]
(when-let [entry (d/seek (match-tokens-lib-entry-fn file-id) entries)]
(->> (read-plain-entry input entry)
(decode-tokens-lib)