Update admin interface to display video titles instead of filenames

Modify the admin page to show the `video.title` field in the edit dialog instead of the CDN filename for better content identification.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 2cd2c0bc-434c-4bc9-ad3f-b99d3897a0d1
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/2cd2c0bc-434c-4bc9-ad3f-b99d3897a0d1/n7jzC7R
This commit is contained in:
sebastjanartic 2025-09-02 14:12:23 +00:00
parent 9ab4582ca2
commit 1054a4c972

View File

@ -438,7 +438,7 @@ function EditVideoDialog({
<div>
<Label className="text-white/90">Original Filename (from CDN)</Label>
<Input
value={formData.filename || ''}
value={video.title || ''}
className="bg-white/10 border-white/20 text-white"
placeholder="Automatically filled from CDN..."
readOnly