vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Wed Feb 20 22:19:14 2019 +0200| [13606fd50db8b88bdb31c6da65a87819fb3e0e18] | committer: Rémi Denis-Courmont
acoustid: restore interactions > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=13606fd50db8b88bdb31c6da65a87819fb3e0e18 --- modules/misc/webservices/acoustid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/webservices/acoustid.c b/modules/misc/webservices/acoustid.c index 661c028fdf..9fd67c8fa6 100644 --- a/modules/misc/webservices/acoustid.c +++ b/modules/misc/webservices/acoustid.c @@ -166,7 +166,7 @@ int DoAcoustIdWebRequest( vlc_object_t *p_obj, acoustid_fingerprint_t *p_data ) stream_t *p_stream = vlc_stream_NewURL( p_obj, psz_url ); free( psz_url ); - p_obj->obj.no_interact = false; + p_obj->obj.no_interact = saved_no_interact; if ( p_stream == NULL ) return VLC_EGENERIC; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
