From 4d76661b6cebda342d9198a2c0bb040d9b6a040b Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Fri, 1 Apr 2022 15:32:00 +0200 Subject: [PATCH] change dummy length --- src/utils/json_reader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/json_reader.rs b/src/utils/json_reader.rs index 3f43a597..71fc8473 100644 --- a/src/utils/json_reader.rs +++ b/src/utils/json_reader.rs @@ -10,7 +10,7 @@ use tokio::runtime::Handle; use crate::utils::{get_date, modified_time, validate_playlist, GlobalConfig, Media}; -pub const DUMMY_LEN: f64 = 20.0; +pub const DUMMY_LEN: f64 = 60.0; #[derive(Debug, Serialize, Deserialize, Clone)] pub struct Playlist {