FIX: Apply video preview trick for Safari to stream only

This commit is contained in:
Penar Musaraj 2020-07-22 10:31:08 -04:00
parent 5f19fd64ea
commit 45ae24a1e9
No known key found for this signature in database
GPG Key ID: E390435D881FF0F7
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ export default {
} }
} }
}, },
{ id: "safari-video-poster", afterAdopt: true } { id: "safari-video-poster", afterAdopt: true, onlyStream: true }
); );
} }
}); });