editable link fixes
This commit is contained in:
parent
b01f71de1a
commit
58420ae52b
3 changed files with 11 additions and 7 deletions
|
|
@ -294,7 +294,7 @@ func (s *Server) handleFeed(c *router.Context) {
|
|||
s.db.UpdateFeedFolder(id, &folderId)
|
||||
}
|
||||
}
|
||||
if link, ok := body["link"]; ok {
|
||||
if link, ok := body["feed_link"]; ok {
|
||||
if reflect.TypeOf(link).Kind() == reflect.String {
|
||||
s.db.UpdateFeedLink(id, link.(string))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue