web: quick fix of mistake during the migration.

This commit is contained in:
Hermet Park 2024-01-12 15:02:40 +09:00
parent 1f530e07da
commit 0497f24570

View file

@ -93,7 +93,7 @@ public:
filetype = "lottie"; filetype = "lottie";
} }
if (animation->picture()->load(data.c_str(), data.size(), mimetype, false) != Result::Success) { if (animation->picture()->load(data.c_str(), data.size(), filetype, false) != Result::Success) {
errorMsg = "load() fail"; errorMsg = "load() fail";
return false; return false;
} }