Skip to content

Commit

Permalink
Update metadata on onPlayFromSearch
Browse files Browse the repository at this point in the history
Bug: 27326251
Change-Id: Ia3e50a92a212485ecb73e1b7b28b9a6671a943e7
  • Loading branch information
mangini committed Feb 24, 2016
1 parent baaee9a commit 320f849
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ public void onSkipToQueueItem(long queueId) {
LogHelper.d(TAG, "OnSkipToQueueItem:" + queueId);
mQueueManager.setCurrentQueueItem(queueId);
handlePlayRequest();
mQueueManager.updateMetadata();
}

@Override
Expand Down Expand Up @@ -360,6 +361,7 @@ public void onPlayFromSearch(final String query, final Bundle extras) {
mPlayback.setState(PlaybackState.STATE_CONNECTING);
mQueueManager.setQueueFromSearch(query, extras);
handlePlayRequest();
mQueueManager.updateMetadata();
}
}

Expand Down

0 comments on commit 320f849

Please sign in to comment.