syhlx / plugin.video.piped

An addon for Kodi which allows you to access any Piped instance, login and manage your playlists and watch history
GNU Affero General Public License v3.0
9 stars 1 forks source link

Feed does not update until subscriptions are checked manually #6

Closed mvn23 closed 2 weeks ago

mvn23 commented 2 weeks ago

When one of the subscribed channels publishes a new video, the video does not show in the Feed until I open the channel manually (e.g. through the Subscriptions menu).

syhlx commented 2 weeks ago

The addon fetches the feed fronm the Piped instance. It does not create the feed locally.

Can you check that your feed is up to date on your Piped instance (from the Web)?

mvn23 commented 2 weeks ago

It is indeed the same on the webUI. Thank you for pointing me in the right direction!

FWIW: Found the issue and the solution here: TeamPiped/Piped#1130