mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 07:05:47 +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()
|
play: function play()
|
||||||
{
|
{
|
||||||
gMM.sequencer.play();
|
gMM.sequencer.playView(SBGetBrowser().currentMediaListView, 0);
|
||||||
},
|
},
|
||||||
|
|
||||||
stop: function stop()
|
stop: function stop()
|
||||||
|
|||||||
Reference in New Issue
Block a user