mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Added return for find
This commit is contained in:
parent
befa5724f1
commit
09e7df8509
@ -373,6 +373,7 @@ public:
|
||||
if(i->second.second == ttv)
|
||||
return i;
|
||||
}
|
||||
return document->d->tags.end();
|
||||
}
|
||||
|
||||
// Updates the given information
|
||||
|
Loading…
x
Reference in New Issue
Block a user