reorganize players order
This commit is contained in:
parent
89516b9956
commit
f99c6b31a8
1 changed files with 4 additions and 4 deletions
|
|
@ -28,10 +28,10 @@ __all__ = ['InvalidMediaPlayer', 'MediaPlayer', 'MediaPlayerNotFound']
|
||||||
|
|
||||||
|
|
||||||
PLAYERS = (
|
PLAYERS = (
|
||||||
('parole', 'fd://0'),
|
|
||||||
('totem', 'fd://0'),
|
|
||||||
('mplayer', '-'),
|
('mplayer', '-'),
|
||||||
('vlc', '-'),
|
('vlc', '-'),
|
||||||
|
('parole', 'fd://0'),
|
||||||
|
('totem', 'fd://0'),
|
||||||
('xine', 'stdin:/'),
|
('xine', 'stdin:/'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue