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)} |
|