[vlc-commits] Revert "playlist/fetcher: do not ignore metadata	scope when downloading art"
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Sun Dec 11 13:45:19 CET 2016
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec 11 13:44:46 2016 +0100| [9da48aad69f5d24b3547eadc98b7aa0fa12ff3c8] | committer: Jean-Baptiste Kempf
Revert "playlist/fetcher: do not ignore metadata scope when downloading art"
This reverts commit 1dc4df30ded66e74a01c1df742f1dbe3e1338d1b.
Pierre, Rémi and Marvin disagree with this patch
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9da48aad69f5d24b3547eadc98b7aa0fa12ff3c8
---
 src/playlist/fetcher.c | 3 ---
 1 file changed, 3 deletions(-)
diff --git a/src/playlist/fetcher.c b/src/playlist/fetcher.c
index b7a1968..1fdb64c 100644
--- a/src/playlist/fetcher.c
+++ b/src/playlist/fetcher.c
@@ -377,9 +377,6 @@ static int DownloadArt( playlist_fetcher_t *p_fetcher, input_item_t *p_item )
         goto error;
     }
 
-    if( !( p_fetcher->e_scope & FETCHER_SCOPE_NETWORK ) )
-        goto error;
-
     stream_t *p_stream = vlc_stream_NewURL( p_fetcher->object, psz_arturl );
     if( !p_stream )
         goto error;
    
    
More information about the vlc-commits
mailing list