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.
2 parents 9c35e63 + bdc090e commit fe0f8a6Copy full SHA for fe0f8a6
1 file changed
librespot/audio/decoders.py
@@ -67,7 +67,8 @@ def get_file(self, files: typing.List[Metadata.AudioFile]):
67
if vorbis is not None:
68
self.logger.warning(
69
"Using {} because preferred {} couldn't be found.".format(
70
- Metadata.AudioFile.Format.Name(vorbis.format), self.preferred))
+ Metadata.AudioFile.Format.Name(vorbis.format),
71
+ self.preferred))
72
else:
73
self.logger.fatal(
74
"Couldn't find any Vorbis file, available: {}")
0 commit comments