Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
samcon authored and Roi Saltzman committed Jun 20, 2022
1 parent 1c9640a commit abf6c6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/htmlMediaHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ import { Events } from 'jellyfin-apiclient';

function setCurrentTimeIfNeeded(element, seconds) {
if (Math.abs(element.currentTime || 0) - seconds <= 1) {
// element.currentTime = seconds;
setTimeout(function(element, seconds){ element.currentTime = seconds; }, 500, element, seconds);
}
}
Expand Down

0 comments on commit abf6c6c

Please sign in to comment.