We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 818f557 + 85c35c3 commit cefb123Copy full SHA for cefb123
src/source/mod.rs
@@ -423,7 +423,9 @@ impl SeekError {
423
pub fn source_intact(&self) -> bool {
424
match self {
425
SeekError::NotSupported { .. } => true,
426
+ #[cfg(feature = "symphonia")]
427
SeekError::SymphoniaDecoder(_) => false,
428
+ #[cfg(feature = "wav")]
429
SeekError::HoundDecoder(_) => false,
430
SeekError::Other(_) => false,
431
}
0 commit comments