This commit is contained in:
2025-09-12 13:35:11 -05:00
parent 1ca5f41d89
commit 218545569d

View File

@@ -854,6 +854,9 @@ auto base_provider::set_item_meta(const std::string &api_path,
} }
meta.erase(META_PINNED); meta.erase(META_PINNED);
if (meta.empty()) {
return res;
}
} }
auto ret = meta_db_->set_item_meta(api_path, meta); auto ret = meta_db_->set_item_meta(api_path, meta);