Skip to content

Commit 9da48aa

Browse files
committed
Revert "playlist/fetcher: do not ignore metadata scope when downloading art"
This reverts commit 1dc4df3. Pierre, Rémi and Marvin disagree with this patch
1 parent ddea6f6 commit 9da48aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/playlist/fetcher.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,6 @@ static int DownloadArt( playlist_fetcher_t *p_fetcher, input_item_t *p_item )
377377
goto error;
378378
}
379379

380-
if( !( p_fetcher->e_scope & FETCHER_SCOPE_NETWORK ) )
381-
goto error;
382-
383380
stream_t *p_stream = vlc_stream_NewURL( p_fetcher->object, psz_arturl );
384381
if( !p_stream )
385382
goto error;

0 commit comments

Comments
 (0)