Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PCigales committed Aug 10, 2022
1 parent 1e88dc3 commit 5477d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DLNAmpcRenderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ def start_event_management(self):
def stop_event_management(self):
self.set_end_time(0)
try:
self.PConnection.close()
self.PConnection[0].close()
except:
pass
self.EventEvent.set()
Expand Down

0 comments on commit 5477d52

Please sign in to comment.