FormatMetadata: Do not format 'UserComment' as a number
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 31 Oct 2016 12:51:12 +0000 (13:51 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Mon, 31 Oct 2016 12:51:12 +0000 (13:51 +0100)
It's a freeform text field.

Change-Id: Ic3150f48c2e38fa26728bc22017b992d8ddfd152

includes/media/FormatMetadata.php

index 78b0296..fffc262 100644 (file)
@@ -866,6 +866,7 @@ class FormatMetadata extends ContextSource {
                                        // are included here as we really don't want
                                        // commas inserted.
                                        case 'ImageDescription':
+                                       case 'UserComment':
                                        case 'Artist':
                                        case 'Copyright':
                                        case 'RelatedSoundFile':