reorganize players order
This commit is contained in:
parent
89516b9956
commit
f99c6b31a8
1 changed files with 4 additions and 4 deletions
|
|
@ -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:/'),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue