mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
fix spotify to use apple script
This commit is contained in:
parent
d0d0644e3c
commit
1b3456a449
@ -380,7 +380,7 @@ Requires ``osascript`` available in $PATH.
|
||||
''').format(_common_args.format('spotify_apple_script')))
|
||||
|
||||
|
||||
if 'dbus' in globals() or not sys.platform.startswith('darwin'):
|
||||
if not sys.platform.startswith('darwin'):
|
||||
spotify = spotify_dbus
|
||||
_old_name = 'spotify_dbus'
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user