mirror of
https://github.com/taglib/taglib.git
synced 2025-11-15 22:23:05 -05:00
Added return for find
This commit is contained in:
@ -373,6 +373,7 @@ public:
|
||||
if(i->second.second == ttv)
|
||||
return i;
|
||||
}
|
||||
return document->d->tags.end();
|
||||
}
|
||||
|
||||
// Updates the given information
|
||||
|
||||
Reference in New Issue
Block a user