mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-27 01:22:30 -04:00
Persist mutations
This commit is contained in:
@@ -208,7 +208,7 @@ pub async fn identify(path: String) -> Option<MediaInfo> {
|
||||
extension: Path::new(&path)
|
||||
.extension()
|
||||
.map(|x| x.to_os_string().into_string().unwrap())
|
||||
.unwrap_or(String::from(".mkv")),
|
||||
.unwrap_or(String::from("mkv")),
|
||||
container: general["Format"].as_str().unwrap().to_string(),
|
||||
video: {
|
||||
let v = output["media"]["track"]
|
||||
|
||||
Reference in New Issue
Block a user