reorganize players order

This commit is contained in:
Romain Bignon 2011-06-30 15:21:30 +02:00
commit f99c6b31a8

View file

@ -28,11 +28,11 @@ __all__ = ['InvalidMediaPlayer', 'MediaPlayer', 'MediaPlayerNotFound']
PLAYERS = (
('parole', 'fd://0'),
('totem', 'fd://0'),
('mplayer', '-'),
('vlc', '-'),
('xine', 'stdin:/'),
('vlc', '-'),
('parole', 'fd://0'),
('totem', 'fd://0'),
('xine', 'stdin:/'),
)