Skip to content

Commit 7831fe6

Browse files
committed
fix: warnings
1 parent 3c8dbf7 commit 7831fe6

File tree

1 file changed

+1
-1
lines changed
  • pulsebeam/src/participant/downstream

1 file changed

+1
-1
lines changed

pulsebeam/src/participant/downstream/video.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use str0m::media::{KeyframeRequest, KeyframeRequestKind, Mid};
1313
use tokio::time::Instant;
1414

1515
use crate::entity::TrackId;
16-
use crate::track::{SimulcastQuality, SimulcastReceiver, TrackReceiver};
16+
use crate::track::{SimulcastReceiver, TrackReceiver};
1717

1818
#[derive(Default)]
1919
pub struct VideoAllocator {

0 commit comments

Comments
 (0)