Hello, A quick question- is there any particular reason for defining MediaItem.Field.DURATION's string constant as "DURATION" instead of "duration" in MediaItem.java (line 38)?
It's inconsistent with the rest of the enum constants and causes issues when using bean utilities. Not a big issue but would be nice to fix if it's an oversight. Thanks! Dennis
