1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove questionable code

This commit is contained in:
Bill Thornton 2020-02-26 10:51:34 -05:00
parent 6f0b735b3d
commit 8cdeaa8190

View file

@ -741,12 +741,6 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackMa
elemAudioTracks[i].enabled = false;
}
}
// No idea what this is possibly trying to workaround
setTimeout(function () {
// eslint-disable-next-line no-self-assign
elem.currentTime = elem.currentTime;
}, 100);
};
self.stop = function (destroyPlayer) {