fix: application link count

(URIMetadataNode)
pull/1/head
reger 11 years ago
parent f06775850f
commit c9f92abddc

@ -267,7 +267,7 @@ public class URIMetadataNode {
public int lapp() {
if (this.appc == -1) {
this.appc = getInt(CollectionSchema.videolinkscount_i);
this.appc = getInt(CollectionSchema.applinkscount_i);
}
return this.appc;
}

Loading…
Cancel
Save