formatting

This commit is contained in:
Bryn Edwards 2020-03-14 18:57:55 +00:00
parent 713845090c
commit ee3e36408d

View file

@ -412,7 +412,9 @@ class SubsonicApi:
def get_more_albums(self, ltype, size=MAX_LIST_RESULTS, offset=0):
try:
response = self.connection.getAlbumList2(ltype=ltype, size=size, offset=offset)
response = self.connection.getAlbumList2(
ltype=ltype, size=size, offset=offset
)
except Exception:
logger.warning(
"Connecting to subsonic failed when loading album list."