mirror of
https://github.com/beetbox/beets.git
synced 2026-03-31 10:44:16 +02:00
Fixed a small typo
This commit is contained in:
parent
9de27c6b70
commit
430369062b
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class MusicBrainzCollectionPlugin(BeetsPlugin):
|
|||
self.update_album_list([task.album])
|
||||
|
||||
def update_album_list(self, album_list):
|
||||
"""Update the MusicBrainz colleciton from a list of Beets albums
|
||||
"""Update the MusicBrainz collection from a list of Beets albums
|
||||
"""
|
||||
# Get the available collections.
|
||||
collections = mb_call(musicbrainzngs.get_collections)
|
||||
|
|
|
|||
Loading…
Reference in a new issue