Skip to content

Commit

Permalink
Fixes last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Dec 12, 2012
1 parent 16b9018 commit 0b32288
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,9 @@ public boolean onContextItemSelected(MenuItem menuItem) {
case R.id.song_menu_play_external:
playExternalPlayer(entry);
break;
case R.id.song_menu_stream_external:
/*case R.id.song_menu_stream_external:
streamExternalPlayer(entry);
break;
break;*/
case R.id.song_menu_remove_playlist:
String playlistId = getIntent().getStringExtra(Constants.INTENT_EXTRA_NAME_PLAYLIST_ID);
String playlistName = getIntent().getStringExtra(Constants.INTENT_EXTRA_NAME_PLAYLIST_NAME);
Expand Down

0 comments on commit 0b32288

Please sign in to comment.