handle subtitles
This commit is contained in:
parent
c311f3c2cb
commit
8c0d9a7236
|
@ -196,6 +196,7 @@ fn handle_dir(path: PathBuf) {
|
||||||
"m4v" => { handle_video( inode) }
|
"m4v" => { handle_video( inode) }
|
||||||
"mkv" => { handle_video( inode) }
|
"mkv" => { handle_video( inode) }
|
||||||
"mp4" => { handle_video( inode) }
|
"mp4" => { handle_video( inode) }
|
||||||
|
"srt" => { handle_video( inode) }
|
||||||
// todo other documents
|
// todo other documents
|
||||||
_ => { println!("Not sure what to do with file: {:?}.", inode.path()); }
|
_ => { println!("Not sure what to do with file: {:?}.", inode.path()); }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue