song/TagSongFilter: improve lambda indent
This commit is contained in:
@@ -55,8 +55,7 @@ TagSongFilter::Match(const Tag &tag) const noexcept
|
|||||||
|
|
||||||
if (type < TAG_NUM_OF_ITEM_TYPES && !visited_types[type]) {
|
if (type < TAG_NUM_OF_ITEM_TYPES && !visited_types[type]) {
|
||||||
bool result = false;
|
bool result = false;
|
||||||
if (ApplyTagFallback(type,
|
if (ApplyTagFallback(type, [&](TagType tag2) {
|
||||||
[&](TagType tag2) {
|
|
||||||
if (!visited_types[tag2])
|
if (!visited_types[tag2])
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user