Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
krisgesling committed Aug 17, 2021
1 parent 9c38020 commit 109e8ca
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mycroft/skills/common_play_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,9 @@ def __handle_play_start(self, message):
# "... on the chromecast"
self.play_service_string = phrase

<<<<<<< HEAD
self.bus.emit(Message('active_skill_request', {
'skill_id': self.skill_id,
'skill_id': self.skill_id,
'skill_cat': self.skill_control.category}))
=======
self.make_active()
>>>>>>> 170ebc44ecf5cf3ceeaf44f282c992754b1bbc1b

# Invoke derived class to provide playback data
self.CPS_start(phrase, data)
Expand Down

0 comments on commit 109e8ca

Please sign in to comment.