mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
lint error
This commit is contained in:
parent
35c6e13255
commit
b9c6ee208e
1 changed files with 2 additions and 1 deletions
|
|
@ -255,7 +255,8 @@ class ListenBrainzPlugin(BeetsPlugin):
|
|||
sorted_playlists[0] if most_recent else sorted_playlists[1]
|
||||
)
|
||||
self._log.debug(
|
||||
f"Selected playlist: {selected_playlist['type']} - {selected_playlist['date']}"
|
||||
f"Selected playlist: {selected_playlist['type']} "
|
||||
f"- {selected_playlist['date']}"
|
||||
)
|
||||
# Fetch and return tracks from the selected playlist
|
||||
playlist = self.get_playlist(selected_playlist.get("identifier"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue