Additional cleanup and warning fixing

This commit is contained in:
Cameron
2026-01-14 15:21:44 -05:00
parent 02ca60a5d0
commit e31d5716b6
5 changed files with 8 additions and 21 deletions

View File

@@ -10,6 +10,7 @@ use walkdir::WalkDir;
pub mod actors;
pub mod ffmpeg;
#[allow(dead_code)]
pub async fn generate_video_gifs() {
tokio::spawn(async {
info!("Starting to make video gifs");