Skip to content

Commit

Permalink
FIX: Apply video preview trick for Safari to stream only
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusaraj committed Jul 22, 2020
1 parent 5f19fd6 commit 45ae24a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
}
}
},
{ id: "safari-video-poster", afterAdopt: true }
{ id: "safari-video-poster", afterAdopt: true, onlyStream: true }
);
}
});
Expand Down

0 comments on commit 45ae24a

Please sign in to comment.