diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/web/handlers/rss.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/web/handlers/rss.go b/cmd/web/handlers/rss.go index a1bfa92..97458ee 100644 --- a/cmd/web/handlers/rss.go +++ b/cmd/web/handlers/rss.go @@ -116,6 +116,7 @@ func (ctx *rssContext) new(w http.ResponseWriter, r *http.Request) { func (ctx *rssContext) feed(w http.ResponseWriter, r *http.Request) { ctx.Videos = []video{} + ctx.Written = []written{} ctx.Feed = models.Feed{} id := r.URL.Query().Get("id") |
