Renamed namespace cover to artwork

This commit is contained in:
emeric
2025-06-15 14:41:58 +02:00
parent 3a7f010a7d
commit f657427654
12 changed files with 25 additions and 25 deletions
@@ -24,7 +24,7 @@
#include "core/ILogger.hpp"
#include "core/Random.hpp"
namespace lms::cover
namespace lms::artwork
{
ImageCache::ImageCache(std::size_t maxCacheSize)
: _maxCacheSize{ maxCacheSize }
@@ -79,4 +79,4 @@ namespace lms::cover
_cacheSize = 0;
_cache.clear();
}
} // namespace lms::cover
} // namespace lms::artwork