Skip to content

Commit

Permalink
Current source opticaljack fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fwestenberg committed Jan 24, 2023
1 parent dc9b669 commit e23233f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devialet/devialet_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def source(self) -> str | None:

position = ""
if (
source_type == "optical" or source_type == "optical_jack"
source_type == "optical" or source_type == "opticaljack"
) and self.device_role in SPEAKER_POSITIONS:
for role, position in SPEAKER_POSITIONS.items():
if (device_id == self.device_id and role == self.device_role) or (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='devialet',
packages=['devialet'],
version='1.4.0',
version='1.4.1',
license='MIT',
description='Devialet API',
author='fwestenberg',
Expand Down

0 comments on commit e23233f

Please sign in to comment.