Added a basic check to make sure we don't try to transcode a partially written file

This commit is contained in:
2022-09-01 22:15:46 -04:00
parent b5d96c21a9
commit 44ef95b440
6 changed files with 30 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
use log4rs;
use config::Config;
use repository::Repository;
use transcoder::Transcoder;
use transcoder::repository::Repository;
use transcoder::transcoder::Transcoder;
mod config;
mod repository;
mod transcoder;
mod util;
fn main() {
// initialize the log4rs logger