mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-31 14:52:28 +01:00
Fixed play() to play first track of the visible view.
This commit is contained in:
@@ -187,7 +187,7 @@ function Player() // {{{
|
||||
|
||||
play: function play()
|
||||
{
|
||||
gMM.sequencer.play();
|
||||
gMM.sequencer.playView(SBGetBrowser().currentMediaListView, 0);
|
||||
},
|
||||
|
||||
stop: function stop()
|
||||
|
||||
Reference in New Issue
Block a user