[vlc-commits] acoustid: restore interactions
Rémi Denis-Courmont
git at videolan.org
Wed Feb 20 21:20:57 CET 2019
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | 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;
More information about the vlc-commits
mailing list