Skip to content

Commit

Permalink
Change method resolution order
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelorenzo committed Jun 16, 2021
1 parent 34d1b71 commit 289f907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cast_control/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ def get_next_track(self) -> Track:


class DeviceAdapter(
MprisAdapter,
DevicePlayerAdapter,
DeviceRootAdapter,
MprisAdapter
):
def __init__(self, device: Chromecast):
self.wrapper = DeviceWrapper(device)
Expand Down

0 comments on commit 289f907

Please sign in to comment.