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)
|
response = self.connection.getRandomSongs(size)
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"Connecting to subsonic failed when loading list of songs in album."
|
"Connecting to subsonic failed when loading ramdom song list."
|
||||||
)
|
)
|
||||||
return []
|
return []
|
||||||
if response.get("status") != RESPONSE_OK:
|
if response.get("status") != RESPONSE_OK:
|
||||||
|
|
Loading…
Add table
Reference in a new issue