Skip to content

Commit

Permalink
win32: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
melianmiko committed Sep 15, 2024
1 parent 158b843 commit 4095116
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion openfreebuds_qt/utils/mpris/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@

from openfreebuds import IOpenFreebuds, OfbEventKind
from openfreebuds.utils.logger import create_logger
from openfreebuds_backend.linux.dbus.mpris import MPRISPProxy
from openfreebuds_qt.config import OfbQtConfigParser
from openfreebuds_qt.utils import OfbCoreEvent

try:
from openfreebuds_backend.linux.dbus.mpris import MPRISPProxy
except ImportError:
pass

log = create_logger("OfbQtMPRISHelperService")


Expand Down

0 comments on commit 4095116

Please sign in to comment.