[fix] fix FindThumbnailPath()

This commit is contained in:
dijunkun
2025-04-27 18:46:45 +08:00
parent c33e4bbe0e
commit 184983d857
2 changed files with 6 additions and 14 deletions

View File

@@ -72,7 +72,6 @@ class Thumbnail {
int thumbnail_height_ = 90;
char* rgba_buffer_ = nullptr;
std::string image_path_ = "thumbnails/";
std::map<std::time_t, std::filesystem::path> thumbnails_sorted_by_write_time_;
unsigned char aes128_key_[16];
unsigned char aes128_iv_[16];