Skip to content
Snippets Groups Projects
Commit bed983d1 authored by Thomas Guillem's avatar Thomas Guillem Committed by Geoffrey Métais
Browse files

MediaBrowser: to timeout when browsing

This still can be interrupted

(cherry picked from commit d2c71565)
parent e62624d0
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@ public class MediaBrowser {
reset();
mBrowserMediaList = media.subItems();
mBrowserMediaList.setEventListener(mBrowserMediaListEventListener);
media.parseAsync(flags);
media.parseAsync(flags, 0);
mMedia = media;
}
......
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