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

Commit 75c9dee9 authored by Hemant Gupta's avatar Hemant Gupta Committed by android-build-merger
Browse files

Merge "AVRCP: Fix returned attributes for Genre/Play Time"

am: 7a4bb563

Change-Id: Ia811c6bb0841bfc9bce56f7bdb95e2bbc591ef34
parents f61f0a4a 7a4bb563
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -601,9 +601,11 @@ class BrowsedMediaPlayer {

                case AvrcpConstants.ATTRID_GENRE:
                    attrValue = extras.getString(MediaMetadata.METADATA_KEY_GENRE);
                    break;

                case AvrcpConstants.ATTRID_PLAY_TIME:
                    attrValue = extras.getString(MediaMetadata.METADATA_KEY_DURATION);
                    break;

                case AvrcpConstants.ATTRID_COVER_ART:
                    Log.e(TAG, "getAttrValue: Cover art attribute not supported");