Fixes quotes in progress field
This commit is contained in:
parent
3ac796e743
commit
9ba5647ddc
@ -106,7 +106,7 @@ func SaveUpdatedMarkdown(filepath string, frontmatter FrontMatter, content strin
|
||||
fileContent := string(fileBytes)
|
||||
|
||||
fieldPatterns := map[string]string{
|
||||
"progress": `(?m)^progress: (.*)%$`,
|
||||
"progress": `(?m)^progress: "(.*)%"$`,
|
||||
"episode": `(?m)^episode: "(.*)"$`,
|
||||
"date": `(?m)^date: (.*)$`,
|
||||
"rate": `(?m)^rate: (\d+\.?\d*)$`,
|
||||
|
Loading…
Reference in New Issue
Block a user