mirror of
https://github.com/kemko/icecast-ripper.git
synced 2026-01-01 15:55:42 +03:00
fixed rss endpoint
This commit is contained in:
@@ -47,7 +47,7 @@ func New(cfg *config.Config, title, description, streamName string) *Generator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return &Generator{
|
return &Generator{
|
||||||
feedBaseURL: baseURL,
|
feedBaseURL: baseURL + "rss",
|
||||||
recordingsPath: cfg.RecordingsPath,
|
recordingsPath: cfg.RecordingsPath,
|
||||||
feedTitle: title,
|
feedTitle: title,
|
||||||
feedDesc: description,
|
feedDesc: description,
|
||||||
|
|||||||
Reference in New Issue
Block a user