correct warning
This commit is contained in:
parent
876bec6711
commit
b5e0de1e4d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue