Closed sbs20 closed 1 year ago
Hey sorry to bother, but I just noticed two main differences between your version and my version:
I had made the async versions of those two commands especially because I didn't want to block the main thread when doing those operations, why did you switch back? I'm just curious
Hello!
Not a bother 😄
.then(...)
and await
. I didn't feel strongly about the ordersync
methods, but wanted to get everything else out of the way first.
This pull request adds thumbnail caching, which is very much needed for low power devices such as the raspberry pi.
The thumbnail is generated only when requested and will be deleted when the file is deleted.
Closes #433 Builds on original implementation in #592