mirror of
https://github.com/beetbox/beets.git
synced 2026-02-11 09:54:31 +01:00
This commit is contained in:
parent
cf1b4d8913
commit
9683a5b956
1 changed files with 0 additions and 3 deletions
|
|
@ -1066,9 +1066,6 @@ class SingletonImportTask(ImportTask):
|
|||
return [self.item]
|
||||
|
||||
def apply_metadata(self):
|
||||
assert isinstance(
|
||||
self.match, autotag.TrackMatch
|
||||
), "apply_metadata() only works for tracks"
|
||||
autotag.apply_item_metadata(self.item, self.match.info)
|
||||
|
||||
def _emit_imported(self, lib):
|
||||
|
|
|
|||
Loading…
Reference in a new issue