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