Skip to content

Commit a346f49

Browse files
committed
Jockey: Log raw BlancoException from scrobbler
1 parent c283530 commit a346f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/player/jockey.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ async def _scrobble_impl(self, item: 'QueueItem'):
268268
try:
269269
self._scrobbler.scrobble(item)
270270
except BlancoException as e:
271-
self._logger.warning("Failed to scrobble `%s': %s", item.title, e)
271+
self._logger.warning(e)
272272

273273
async def disconnect(self, *, force: bool = False):
274274
"""

0 commit comments

Comments
 (0)