Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
11 lines
349 B
Diff
11 lines
349 B
Diff
--- a/curseradio/curseradio.py
|
|
+++ b/curseradio/curseradio.py
|
|
@@ -30,7 +30,7 @@ import re
|
|
|
|
CONFIG_DEFAULT = {
|
|
'opml': {'root': "http://opml.radiotime.com/"},
|
|
- 'playback': {'command': '/usr/bin/mpv'},
|
|
+ 'playback': {'command': '@mpv@/bin/mpv'},
|
|
'interface': {'keymap': 'default'},
|
|
'keymap.default': {
|
|
'up': 'KEY_UP',
|