mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-19 13:25:46 +00:00
fix: cleanup dead streams
This commit is contained in:
@ -173,7 +173,7 @@ impl HlsVariant {
|
||||
id: s.id(),
|
||||
})
|
||||
},
|
||||
_ => panic!("unsupported variant stream"),
|
||||
_ => bail!("unsupported variant stream"),
|
||||
}
|
||||
}
|
||||
unsafe {
|
||||
|
Reference in New Issue
Block a user