diff --git a/extras/mpris.py b/extras/mpris.py index 2df45adae4..f5948dfca2 100755 --- a/extras/mpris.py +++ b/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()