sync: Parse resolution.md
This commit is contained in:
parent
0cc72712a4
commit
f8001653cd
4 changed files with 62 additions and 28 deletions
|
@ -338,7 +338,7 @@ func createExercice(theme *fic.Theme, body []byte) (interface{}, error) {
|
|||
}
|
||||
}
|
||||
|
||||
return theme.AddExercice(ue.Title, ue.URLId, ue.Path, ue.Statement, ue.Overview, ue.Headline, depend, ue.Gain, ue.VideoURI, ue.Finished)
|
||||
return theme.AddExercice(ue.Title, ue.URLId, ue.Path, ue.Statement, ue.Overview, ue.Headline, depend, ue.Gain, ue.VideoURI, ue.Resolution, ue.SeeAlso, ue.Finished)
|
||||
}
|
||||
|
||||
type uploadedHint struct {
|
||||
|
|
Reference in a new issue