Skip to content

Commit

Permalink
Fix some typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdwetering committed Feb 26, 2024
1 parent 6ebcd6c commit 697bc31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ynca/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,12 +423,12 @@ class TwoChDecoder(str, Enum):
DtsNeo6Cinema = "DTS NEO:6 Cinema"
DtsNeo6Music = "DTS NEO:6 Music"

# Newer models seem to have diffent values
# Newer models seem to have different values
# These have been seen (Note that RX-A3070 also supports the DTS NEO presets)
Auro3d = "AURO-3D" # Seen on RX-A6A
Auto = "Auto" # SEen on RX-A3070
Auto = "Auto" # Seen on RX-A3070
DolbySurround = "Dolby Surround" # Seen on RX-A3070
DtsNeuralX = "DTS Neural:X" # Seen on RX-A1060 and RX-A3070
Auro3d = "AURO-3D" # Seen on RX-A6A

@classmethod
def _missing_(cls, value):
Expand Down

0 comments on commit 697bc31

Please sign in to comment.