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

Commit beaec3e8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 77bb5f09 cb13e7c5
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");