aboutsummaryrefslogtreecommitdiff
path: root/stream/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stream/src/lib.rs')
-rw-r--r--stream/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/src/lib.rs b/stream/src/lib.rs
index ee5c78a..e2137d3 100644
--- a/stream/src/lib.rs
+++ b/stream/src/lib.rs
@@ -72,7 +72,7 @@ pub async fn stream(
.ok_or(anyhow!("track does not exist"))?
{
TrackSource::Local(t) => t.to_owned(),
- TrackSource::Remote => bail!("track is not local"),
+ TrackSource::Remote(_) => bail!("track is not local"),
},
)
})