File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12356,6 +12356,7 @@ ImgOps | https://imgops.com/#b#`;
1235612356 }
1235712357 const originalWidth = highestRepresentation ? highestRepresentation.width : player.videoWidth();
1235812358 const originalHeight = highestRepresentation ? highestRepresentation.height : player.videoHeight();
12359+ this.addClass('vjs-has-started');
1235912360 media.naturalWidth = originalWidth;
1236012361 media.naturalHeight = originalHeight;
1236112362 media.onload();
@@ -24144,7 +24145,7 @@ ImgOps | https://imgops.com/#b#`;
2414424145 }
2414524146 if (headers) {
2414624147 if (typeof headers == 'function') {
24147- headers = await headers(url, xhr, getCookie);
24148+ headers = await headers(url + (post ? `#p{${post}}` : "") , xhr, getCookie);
2414824149 }
2414924150 opts.headers = headers;
2415024151 }
You can’t perform that action at this time.
0 commit comments