mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-31 21:53:31 +02:00
Refactor player#togglePlayPause.
This commit is contained in:
@@ -365,7 +365,7 @@ function Player() // {{{
|
||||
togglePlayPause: function togglePlayPause()
|
||||
{
|
||||
gSongbirdWindowController.doCommand("cmd_control_playpause");
|
||||
SBGetBrowser().mediaTab.mediaPage.highlightItem(_SBGetCurrentView().getIndexForItem(gMM.sequencer.currentItem));
|
||||
focusTrack(gMM.sequencer.currentItem);
|
||||
},
|
||||
|
||||
toggleShuffle: function toggleShuffle()
|
||||
|
||||
Reference in New Issue
Block a user