Add/remove reference for parameters

This commit is contained in:
Jonas Kvinge
2023-10-13 22:58:18 +02:00
parent adef05bbdf
commit 13ac20f8b3
9 changed files with 15 additions and 15 deletions

View File

@@ -251,7 +251,7 @@ void AlbumCoverLoader::InitArt(TaskPtr task) {
}
AlbumCoverLoader::LoadImageResult AlbumCoverLoader::LoadImage(TaskPtr task, const AlbumCoverLoaderOptions::Type &type) {
AlbumCoverLoader::LoadImageResult AlbumCoverLoader::LoadImage(TaskPtr task, const AlbumCoverLoaderOptions::Type type) {
switch (type) {
case AlbumCoverLoaderOptions::Type::Unset:{