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:
parent
6f0b735b3d
commit
8cdeaa8190
1 changed files with 0 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue