From 02e161b0a40f6f0c36fea5c4d0849c1321147c73 Mon Sep 17 00:00:00 2001 From: JulienMaille <182520+JulienMaille@users.noreply.github.com> Date: Wed, 14 Jan 2026 20:13:25 +0000 Subject: [PATCH] style: auto-fix linting issues --- js/api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/api.js b/js/api.js index ea5c557..6510b08 100644 --- a/js/api.js +++ b/js/api.js @@ -452,8 +452,8 @@ export class LosslessAPI { // Also check if the first new item matches the last track we have (overlap check) if (tracks.length > 0 && preparedItems[0].id === tracks[tracks.length - 1].id) { - // If it's just one overlap, maybe we should skip it? - // But usually offset should be precise. + // If it's just one overlap, maybe we should skip it? + // But usually offset should be precise. // If we see exact same id as first track, it's definitely a loop. }