We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa377d commit ee2c110Copy full SHA for ee2c110
1 file changed
librespot/audio/decoders.py
@@ -35,7 +35,7 @@ def get_quality(audio_format: AudioFile.Format) -> AudioQuality:
35
AudioFile.AAC_48,
36
]:
37
return AudioQuality.VERY_HIGH
38
- raise RuntimeError("Unknown format: {}".format(format))
+ raise RuntimeError("Unknown format: {}".format(audio_format))
39
40
def get_matches(self,
41
files: typing.List[AudioFile]) -> typing.List[AudioFile]:
0 commit comments