mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
Pass a default quality in here
This commit is contained in:
parent
6a84949020
commit
0af1bf5fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ class ArtResizer(six.with_metaclass(Shareable, object)):
|
|||
else:
|
||||
return path_in
|
||||
|
||||
def proxy_url(self, maxwidth, url):
|
||||
def proxy_url(self, maxwidth, url, quality=0):
|
||||
"""Modifies an image URL according the method, returning a new
|
||||
URL. For WEBPROXY, a URL on the proxy server is returned.
|
||||
Otherwise, the URL is returned unmodified.
|
||||
|
|
|
|||
Loading…
Reference in a new issue