Skip to content

Commit

Permalink
Update src/Components/Workspace/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
allishultes authored May 14, 2021
1 parent cff390f commit ecb6209
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/Workspace/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ const WorkspaceView = props => {
const createOrUpdateWithDuration = async (newTranscript) => {
const file = newTranscript.file;
const video = document.createElement('video');
video.setAttribute('id', 'preload');
video.preload = 'metadata';

video.onloadedmetadata = async () => {
Expand Down

0 comments on commit ecb6209

Please sign in to comment.