Fixed a typo in player module

This commit is contained in:
Manuel Cortez 2019-07-08 12:34:42 -05:00
parent 9ac26bc818
commit eedf897de0

View File

@ -52,7 +52,7 @@ class audioPlayer(object):
return devices
def set_output_device(self, device_id):
""" Set Output device to be ued in LibVLC"""
""" Set Output device to be used in LibVLC"""
log.debug("Setting output audio device to {device}...".format(device=device_id,))
self.player.audio_output_device_set(None, device_id)