mirror of
https://github.com/taglib/taglib.git
synced 2026-04-12 17:09:50 -04:00
Inspection: Variable can be moved to inner scope
This commit is contained in:
@ -173,9 +173,9 @@ PropertyMap TextIdentificationFrame::asProperties() const
|
||||
return makeTIPLProperties();
|
||||
if(frameID() == "TMCL")
|
||||
return makeTMCLProperties();
|
||||
PropertyMap map;
|
||||
String tagName = frameIDToKey(frameID());
|
||||
if(tagName.isEmpty()) {
|
||||
PropertyMap map;
|
||||
map.addUnsupportedData(frameID());
|
||||
return map;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user