Skip to content

Commit

Permalink
Update mpris.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Oct 15, 2024
1 parent 96941c1 commit 61c9744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_plugin_common_play/ocp/mpris.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from dbus_next.service import ServiceInterface, method, dbus_property, PropertyAccess
from ovos_bus_client.message import Message
from ovos_utils.log import LOG
from ovos_workshop.decorators.ocp import TrackState, PlaybackType, PlayerState, LoopState
from ovos_utils.ocp import TrackState, PlaybackType, PlayerState, LoopState


class MprisPlayerCtl(Thread):
Expand Down

0 comments on commit 61c9744

Please sign in to comment.