We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab1bb4 commit 599a7dfCopy full SHA for 599a7df
.git-blame-ignore-revs
@@ -72,4 +72,4 @@ d93ddf8dd43e4f9ed072a03829e287c78d2570a2
72
# Moved plugin docs Further Reading chapter
73
33f1a5d0bef8ca08be79ee7a0d02a018d502680d
74
# Moved art.py utility module from beets into beetsplug
75
-a7b69e50108eebef8ce92c015f18a42f8bf7276f
+28aee0fde463f1e18dfdba1994e2bdb80833722f
test/plugins/test_embedart.py
@@ -284,7 +284,7 @@ def __init__(self):
284
285
286
@patch("beets.util.artresizer.subprocess")
287
-@patch("beets.art.extract")
+@patch("beetsplug._utils.art.extract")
288
class ArtSimilarityTest(unittest.TestCase):
289
def setUp(self):
290
self.item = _common.item()
0 commit comments