Browse Source

note to myself: test before commit please

pull/2/head
Rafaël Carré 19 years ago
parent
commit
4e96058d09
  1. 2
      extras/mpris.py

2
extras/mpris.py

@ -282,7 +282,7 @@ try:
os.chdir(library)
bt_file.set_current_folder(library)
except:
bt_file.set_current_folder(os.path.expanduser("~")
bt_file.set_current_folder(os.path.expanduser("~"))
#connect to the bus
bus = dbus.SessionBus()

Loading…
Cancel
Save