diff --git a/stratosphere/ncm/source/ncm_contentmetadatabase.cpp b/stratosphere/ncm/source/ncm_contentmetadatabase.cpp index b544de8e6..5c4de4830 100644 --- a/stratosphere/ncm/source/ncm_contentmetadatabase.cpp +++ b/stratosphere/ncm/source/ncm_contentmetadatabase.cpp @@ -169,7 +169,7 @@ namespace sts::ncm { break; } - if (entry->GetKey().install_type != ContentInstallType::Full) { + if (entry->GetKey().install_type == ContentInstallType::Full) { key = entry->GetKey(); found_key = true; }