From bc716fdcb41dd0c5ca99d29d3cc42ca3213d3128 Mon Sep 17 00:00:00 2001 From: kokarare1212 Date: Wed, 22 Dec 2021 09:02:43 +0900 Subject: [PATCH] Fix mistake --- librespot/audio/decoders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librespot/audio/decoders.py b/librespot/audio/decoders.py index 015e036..ddb726c 100644 --- a/librespot/audio/decoders.py +++ b/librespot/audio/decoders.py @@ -18,7 +18,7 @@ class AudioQuality(enum.Enum): if audio_format in [ AudioFile.MP3_96, AudioFile.OGG_VORBIS_96, - audio_format == AudioFile.AAC_24_NORM, + AudioFile.AAC_24_NORM, ]: return AudioQuality.NORMAL if audio_format in [