Small improvement of code doc

This commit is contained in:
Susanna Maria 2019-06-26 20:29:17 +02:00
parent cab97c58d4
commit b20516e552

View file

@ -61,6 +61,7 @@ class AcousticBrainzSubmitPlugin(plugins.BeetsPlugin):
'pretend': False 'pretend': False
}) })
# Define a field which shows that acousticbrainz info is present
self.PROBE_FIELD = 'mood_acoustic' self.PROBE_FIELD = 'mood_acoustic'
self.extractor = self.config['extractor'].as_str() self.extractor = self.config['extractor'].as_str()