Code review suggestions
This commit is contained in:
@@ -1779,9 +1779,7 @@ export default function (view) {
|
||||
showOsd();
|
||||
|
||||
const item = currentItem;
|
||||
let ticks = currentRuntimeTicks;
|
||||
ticks /= 100;
|
||||
ticks *= value;
|
||||
const ticks = currentRuntimeTicks * value / 100;
|
||||
|
||||
if (trickplayResolution && item?.Trickplay) {
|
||||
return updateTrickplayBubbleHtml(
|
||||
|
||||
Reference in New Issue
Block a user