correct warning

This commit is contained in:
vincent 2020-11-24 14:53:17 +01:00
parent 876bec6711
commit b5e0de1e4d

View file

@ -415,7 +415,7 @@ class SubsonicApi:
response = self.connection.getRandomSongs(size)
except Exception:
logger.warning(
"Connecting to subsonic failed when loading list of songs in album."
"Connecting to subsonic failed when loading ramdom song list."
)
return []
if response.get("status") != RESPONSE_OK: