Auto-update fts index
This commit is contained in:
@@ -25,8 +25,12 @@ impl FlacMetablockDecode for FlacCuesheetBlock {
|
||||
}
|
||||
|
||||
impl FlacMetablockEncode for FlacCuesheetBlock {
|
||||
#[expect(clippy::expect_used)]
|
||||
fn get_len(&self) -> u32 {
|
||||
self.data.len().try_into().unwrap()
|
||||
self.data
|
||||
.len()
|
||||
.try_into()
|
||||
.expect("cuesheet size does not fit into u32")
|
||||
}
|
||||
|
||||
fn encode(
|
||||
|
||||
Reference in New Issue
Block a user