Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/srtune/commit/14ea641b0064cd7072850bef4d089d12fdd0767c You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix negative offset for --move

pull/1/head
arza 2 years ago
parent e5ee4fc6dc
commit 14ea641b00
  1. 1
      src/main.rs

@ -68,6 +68,7 @@ fn main() {
.short("m")
.long("move")
.value_name("OFFSET")
.allow_hyphen_values(true)
.help("Move all subtitles in time (e.g 12:00.15 or -0:44)"),
)
.arg(clap::Arg::with_name("automove")

Loading…
Cancel
Save