almost have video adding and editing working
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2025-09-24 16:22:37 -05:00
parent 8068b57e71
commit 09654aef94
4 changed files with 153 additions and 104 deletions

View file

@ -15,7 +15,7 @@ use sqlx::{
SqlitePool,
};
use std::path::{Path, PathBuf};
use tracing::error;
use tracing::{debug, error};
#[derive(
Clone, Debug, Default, PartialEq, Serialize, Deserialize,