Auto reformatted the base, ref #470

This commit is contained in:
emeric
2024-05-24 23:31:52 +02:00
parent 83b868673c
commit 39941d90a3
460 changed files with 8583 additions and 8514 deletions
+4 -3
View File
@@ -21,14 +21,15 @@
#include <mutex>
#include "core/Random.hpp"
#include "core/ILogger.hpp"
#include "core/Random.hpp"
namespace lms::cover
{
ImageCache::ImageCache(std::size_t maxCacheSize)
: _maxCacheSize{ maxCacheSize }
{}
{
}
void ImageCache::addImage(const EntryDesc& entryDesc, std::shared_ptr<image::IEncodedImage> image)
{
@@ -70,4 +71,4 @@ namespace lms::cover
_cacheSize = 0;
_cache.clear();
}
}
} // namespace lms::cover