mirror of
https://github.com/powerline/powerline.git
synced 2025-07-29 16:55:07 +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')))
|
''').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
|
spotify = spotify_dbus
|
||||||
_old_name = 'spotify_dbus'
|
_old_name = 'spotify_dbus'
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user