formatting
This commit is contained in:
parent
713845090c
commit
ee3e36408d
1 changed files with 3 additions and 1 deletions
|
@ -412,7 +412,9 @@ class SubsonicApi:
|
||||||
|
|
||||||
def get_more_albums(self, ltype, size=MAX_LIST_RESULTS, offset=0):
|
def get_more_albums(self, ltype, size=MAX_LIST_RESULTS, offset=0):
|
||||||
try:
|
try:
|
||||||
response = self.connection.getAlbumList2(ltype=ltype, size=size, offset=offset)
|
response = self.connection.getAlbumList2(
|
||||||
|
ltype=ltype, size=size, offset=offset
|
||||||
|
)
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"Connecting to subsonic failed when loading album list."
|
"Connecting to subsonic failed when loading album list."
|
||||||
|
|
Loading…
Add table
Reference in a new issue