We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e3b5f commit 4755e8eCopy full SHA for 4755e8e
src/freenet/clients/http/staticfiles/js/m3u-player.js
@@ -189,7 +189,7 @@ function updateSrc(mediaTag, callback) {
189
}
190
const height = mediaTag.getBoundingClientRect().height.toString() + 'px';
191
const width = mediaTag.getBoundingClientRect().width.toString() + 'px';
192
- // swich to the next segment
+ // switch to the next segment
193
mediaTag.setAttribute("src", url);
194
mediaTag.oncanplaythrough = () => {
195
if (!isNaN(mediaTag.duration)) { // already loaded a valid file
0 commit comments