adracea / rsubs-lib

rust library for subtitle manipulation and conversion
https://crates.io/crates/rsubs-lib
MIT License
12 stars 7 forks source link

Fix `SSA::synch_point` type #55

Closed bytedream closed 6 months ago

bytedream commented 6 months ago

The type of SSA::synch_point is Option<f32>, but it actually must be Option<String>