rss: use filters hash relative to its own pvrs
This commit is contained in:
@@ -108,3 +108,7 @@ func New(c nabarr.PvrConfig, mode string, m *media.Client, cc *cache.Client) (*C
|
||||
func (c *Client) Type() string {
|
||||
return c.pvrType
|
||||
}
|
||||
|
||||
func (c *Client) GetFiltersHash() string {
|
||||
return c.cacheFiltersHash
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user