From e38efc6b41784969f8a8137c88e0d8c605bb9c43 Mon Sep 17 00:00:00 2001 From: Fabian Lippold Date: Wed, 25 Oct 2023 21:48:17 +0200 Subject: [PATCH] fix absolute bullshit --- src/decoder.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/decoder.rs b/src/decoder.rs index 99accfa..8c43e27 100644 --- a/src/decoder.rs +++ b/src/decoder.rs @@ -144,9 +144,6 @@ where let duration = std::time::Duration::from_secs_f64(duration.seconds as f64 + duration.frac); - // TODO - let duration = duration.saturating_sub(std::time::Duration::from_secs(20)); - let (mut standard_tags, other_tags) = metadata .map(|m| { let s = m