1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-06-23 12:16:33 +02:00

Fixed play() to play first track of the visible view.

This commit is contained in:
Prathyush Thota
2009-03-21 13:18:47 +05:30
parent 32292c9823
commit ca4efd13df
+1 -1
View File
@@ -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()