@@ -38,9 +38,6 @@ class _VidDataHostShell implements VidDataHostInterface {
return await _platform.getVidFile(url);
} catch (e) {
logger.e('_VidDataHostShell load $times ex:', e);
- if (times < 2) {
- return await getVidFile(url, times: times++);
- }
return null;
}