mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 05:34:12 +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