Skip to content

Commit

Permalink
Merge pull request #923 from Koenvh1/edge
Browse files Browse the repository at this point in the history
Fix Chromecast routes
  • Loading branch information
daneren2005 committed Dec 7, 2018
2 parents 898b2a9 + b4ec0eb commit 2b26df3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,12 @@ public void updateAlbumArt(Entry currentSong, Bitmap bitmap) {

@Override
public void registerRoute(MediaRouter router) {
router.setMediaSession(mediaSession);
router.setMediaSessionCompat(mediaSession);
}

@Override
public void unregisterRoute(MediaRouter router) {
router.setMediaSession(null);
router.setMediaSessionCompat(null);
}

@Override
Expand Down

0 comments on commit 2b26df3

Please sign in to comment.