* sanity check
This commit is contained in:
parent
348cea60bf
commit
aaa5a71e49
|
@ -777,9 +777,11 @@ public class MediaBindingBean {
|
|||
public String getUserDefinedLabel() throws IOException {
|
||||
for (Entry<String, String> it : getUserDefinedArguments().entrySet()) {
|
||||
if (it.getKey().endsWith("label")) {
|
||||
if (it.getValue().length() > 0) {
|
||||
return it.getValue();
|
||||
}
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue