This commit is contained in:
jb-alvarado 2022-03-15 16:15:57 +01:00
parent 5b3090d601
commit 12e41735eb

View File

@ -9,15 +9,14 @@ use std::{
time::Duration,
};
use tokio::runtime::Builder;
use simplelog::*;
use tokio::runtime::Builder;
mod desktop;
mod stream;
use crate::utils::{
sec_to_time, stderr_reader, watch_folder, GlobalConfig, CurrentProgram, Media, Source,
sec_to_time, stderr_reader, watch_folder, CurrentProgram, GlobalConfig, Media, Source,
};
pub fn play() {