diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/artwork/artwork.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c index 12ceb15c..cc0e632e 100644 --- a/plugins/artwork/artwork.c +++ b/plugins/artwork/artwork.c @@ -1408,13 +1408,6 @@ get_album_art (const char *fname, const char *artist, const char *album, int siz { char path [1024]; -// if (!deadbeef->is_local_file (fname)) { -// if (callback) { -// callback (NULL, NULL, NULL, user_data); -// } -// return NULL; -// } - make_cache_path2 (path, sizeof (path), fname, album, artist, size); char *p = find_image (path); if (p) { |