Fixed typo.
This commit is contained in:
parent
729212a5d5
commit
66bd18fdc5
@ -23,8 +23,8 @@ namespace AaxDecrypter
|
||||
Arguments = "-loglevel panic -show_chapters -print_format json \"" + audiobookFile + "\""
|
||||
};
|
||||
|
||||
var xml = info.RunHidden().Output;
|
||||
var chapterJObject = JObject.Parse(xml);
|
||||
var jString = info.RunHidden().Output;
|
||||
var chapterJObject = JObject.Parse(jString);
|
||||
var chapters = chapterJObject["chapters"]
|
||||
.Select(c => new Chapter(
|
||||
c["tags"]?["title"]?.Value<string>(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user