feat(feedback): attach yt-dlp command (#114)

This commit is contained in:
Nexmoe
2026-01-15 21:07:37 +08:00
committed by GitHub
parent 9d377dd464
commit c1d1a1b912
12 changed files with 446 additions and 408 deletions

View File

@@ -15,6 +15,7 @@ export const downloadHistoryTable = sqliteTable('download_history', {
completedAt: integer('completed_at', { mode: 'number' }),
sortKey: integer('sort_key', { mode: 'number' }).notNull(),
error: text('error'),
ytDlpCommand: text('yt_dlp_command'),
description: text('description'),
channel: text('channel'),
uploader: text('uploader'),