mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Wrap a long line
This commit is contained in:
parent
f36c70c754
commit
8ba0060f44
1 changed files with 3 additions and 1 deletions
|
|
@ -71,7 +71,9 @@ class Amarok(MetaSource):
|
|||
# for the patch relative to the mount point. But the full path is part
|
||||
# of the result set. So query for the filename and then try to match
|
||||
# the correct item from the results we get back
|
||||
results = self.collection.Query(self.queryXML % quoteattr(basename(path)))
|
||||
results = self.collection.Query(
|
||||
self.queryXML % quoteattr(basename(path))
|
||||
)
|
||||
for result in results:
|
||||
if result['xesam:url'] != path:
|
||||
continue
|
||||
|
|
|
|||
Loading…
Reference in a new issue