Remove inaccurate Length column from results table
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1163,7 +1163,6 @@
|
||||
<tr>
|
||||
<th>Song</th>
|
||||
<th class="source-col">Source</th>
|
||||
<th class="duration-col">Length</th>
|
||||
<th class="action-col">Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@@ -345,7 +345,6 @@ class MotifApp {
|
||||
row.innerHTML = `
|
||||
<td>${this.cleanSongTitle(result.title)}</td>
|
||||
<td class="source-col">${this.formatSourceLabel(result.source)}</td>
|
||||
<td class="duration-col">${this.formatDuration(result.parsed?.durationSec)}</td>
|
||||
<td class="action-col">
|
||||
<div style="display:flex; gap: 10px; justify-content: flex-end; align-items:center;">
|
||||
<button type="button" class="row-use-btn">Use</button>
|
||||
|
||||
Reference in New Issue
Block a user