Skip to content

Commit

Permalink
fix absolute bullshit
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabus1184 committed Oct 25, 2023
1 parent a8765f7 commit e38efc6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/decoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e38efc6

Please sign in to comment.