Skip to content
Snippets Groups Projects
Commit 2ff67a9f authored by Thomas Guillem's avatar Thomas Guillem
Browse files

media_tree: don't use any timeout when preparsing

You don't want to timeout when you request user credentials. Preparse should
only be canceled only by the user.
parent 829c1a12
No related branches found
No related tags found
No related merge requests found
Pipeline #10556 failed with stage
in 18 minutes and 44 seconds
......@@ -331,6 +331,6 @@ vlc_media_tree_Preparse(vlc_media_tree_t *tree, libvlc_int_t *libvlc,
media->i_preparse_depth = 1;
vlc_MetadataRequest(libvlc, media, META_REQUEST_OPTION_SCOPE_ANY |
META_REQUEST_OPTION_DO_INTERACT,
&input_preparser_callbacks, tree, -1, NULL);
&input_preparser_callbacks, tree, 0, NULL);
#endif
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment