Skip to content

Commit

Permalink
Fix backend-rodio compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Beinsezii committed Jul 27, 2024
1 parent 3ce68b1 commit 5f3b3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/player/brodio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use std::time::{Duration, Instant};
use rodio::{OutputStream, OutputStreamHandle, Sink};

use super::{Player, PlayerMessage};
use crate::{bench, debug, library::Track, log, LOG};
use crate::logging::*;

// ### BG TASKS ### {{{

Expand Down

0 comments on commit 5f3b3b8

Please sign in to comment.