mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
add forgotten request_finished
This commit is contained in:
parent
9bc3898951
commit
5ace667757
1 changed files with 1 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ class DiscogsPlugin(BeetsPlugin):
|
|||
try:
|
||||
releases = self.discogs_client.search(query,
|
||||
type='release').page(1)
|
||||
self.request_finished()
|
||||
|
||||
except CONNECTION_ERRORS:
|
||||
self._log.debug(u"Communication error while searching for {0!r}",
|
||||
|
|
|
|||
Loading…
Reference in a new issue