fix(rss): improve dispatching of tmdb items to appropriate pvr's (#33)
This commit is contained in:
@@ -58,10 +58,11 @@ type Rss struct {
|
||||
}
|
||||
|
||||
type FeedItem struct {
|
||||
Title string `xml:"title,omitempty"`
|
||||
Category string `xml:"category,omitempty"`
|
||||
GUID string `xml:"guid,omitempty"`
|
||||
PubDate Time `xml:"pubDate,omitempty"`
|
||||
Title string `xml:"title,omitempty"`
|
||||
Category string `xml:"category,omitempty"`
|
||||
Categories []string
|
||||
GUID string `xml:"guid,omitempty"`
|
||||
PubDate Time `xml:"pubDate,omitempty"`
|
||||
|
||||
// set by processor
|
||||
Feed string
|
||||
|
||||
Reference in New Issue
Block a user