From a6d0358469520f0e1ddddd325bc237e335b4ec05 Mon Sep 17 00:00:00 2001 From: b1rdmania <102524336+b1rdmania@users.noreply.github.com> Date: Mon, 29 Dec 2025 15:21:23 +0000 Subject: [PATCH] Remove inaccurate Length column from results table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- index.html | 1 - src/main.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/index.html b/index.html index 19bafc1..775e84c 100644 --- a/index.html +++ b/index.html @@ -1163,7 +1163,6 @@ Song Source - Length Action diff --git a/src/main.ts b/src/main.ts index d0499b6..c9f669c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -345,7 +345,6 @@ class MotifApp { row.innerHTML = ` ${this.cleanSongTitle(result.title)} ${this.formatSourceLabel(result.source)} - ${this.formatDuration(result.parsed?.durationSec)}