diff --git a/headphones/cache.py b/headphones/cache.py index 067ac7a8..2e646c0d 100644 --- a/headphones/cache.py +++ b/headphones/cache.py @@ -345,7 +345,7 @@ def getArtwork(ArtistID=None, AlbumID=None): if artwork_path.startswith('http://'): return artwork_path else: - return "file://" + urllib.quote(artwork_path) + return "cache" + artwork_path[len(headphones.CACHE_DIR):] def getInfo(ArtistID=None, AlbumID=None):