1
0
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:
Prathyush Thota
2009-03-21 13:18:47 +05:30
parent 32292c9823
commit ca4efd13df

View File

@@ -187,7 +187,7 @@ function Player() // {{{
play: function play()
{
gMM.sequencer.play();
gMM.sequencer.playView(SBGetBrowser().currentMediaListView, 0);
},
stop: function stop()