mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
Add RSS-Bridge integration
This commit is contained in:
parent
5e6c054345
commit
120aabfbce
29 changed files with 161 additions and 5 deletions
|
@ -673,7 +673,7 @@ func (h *handler) quickAddHandler(w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
}
|
||||
|
||||
subscriptions, s_err := mfs.FindSubscriptions(url, "", "", "", "", false, false)
|
||||
subscriptions, s_err := mfs.FindSubscriptions(url, "", "", "", "", false, false, "")
|
||||
if s_err != nil {
|
||||
json.ServerError(w, r, s_err)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue