mirror of
https://github.com/beetbox/beets.git
synced 2025-12-22 16:43:25 +01:00
artresizer: fixup 8a969e30
this crept in from a previous version of this PR which didn't make it
This commit is contained in:
parent
09101de397
commit
af71cebeeb
1 changed files with 1 additions and 1 deletions
|
|
@ -592,7 +592,7 @@ class ArtResizer(metaclass=Shareable):
|
|||
|
||||
Only available locally.
|
||||
"""
|
||||
if self.local:
|
||||
if not self.local:
|
||||
# FIXME: Should probably issue a warning?
|
||||
return path_in
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue