Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22e3eb64 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

"Year" is an authorized metadate long field.

MediaMetadataRetriever.METADATA_KEY_YEAR is listed as one of the
 supported long fields but is not declared in the list of authorized
 long keys.

Change-Id: If277f0c300e2bfed10472e23a2eeba08bfa6ed33
parent 91b87de7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -402,6 +402,7 @@ public class RemoteControlClient
        MediaMetadataRetriever.METADATA_KEY_CD_TRACK_NUMBER,
        MediaMetadataRetriever.METADATA_KEY_DISC_NUMBER,
        MediaMetadataRetriever.METADATA_KEY_DURATION,
        MediaMetadataRetriever.METADATA_KEY_YEAR,
        MetadataEditor.LONG_KEY_RATING_TYPE,
        MetadataEditor.LONG_KEY_RATING_BY_OTHERS,
        MetadataEditor.LONG_KEY_RATING_BY_USER};