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 f36c70c commit 8ba0060Copy full SHA for 8ba0060
beetsplug/metasync/amarok.py
@@ -71,7 +71,9 @@ def sync_from_source(self, item):
71
# for the patch relative to the mount point. But the full path is part
72
# of the result set. So query for the filename and then try to match
73
# the correct item from the results we get back
74
- results = self.collection.Query(self.queryXML % quoteattr(basename(path)))
+ results = self.collection.Query(
75
+ self.queryXML % quoteattr(basename(path))
76
+ )
77
for result in results:
78
if result['xesam:url'] != path:
79
continue
0 commit comments