z------------- / CPod

(UNMAINTAINED) A simple, beautiful podcast app for Windows, macOS, and Linux.
Apache License 2.0
746 stars 76 forks source link

Disable using cache while updating feeds #180

Closed EricRKLS closed 4 years ago

EricRKLS commented 4 years ago

Hi everyone,

Thanks for making CPod! In version 1.27.1 on Ubuntu it seems like cached results are sometimes used when updating feeds. This results in feeds not being updated while there are new episodes available. After opening the developer tools and disabling the cache, the feeds are always updated correctly. Seems like an easy fix.

Kind regards, Eric

z------------- commented 4 years ago

Hi Eric, dea6682 adds an option to bypass the HTTP cache when updating feeds (by appending a timestamp to request urls).

EricRKLS commented 4 years ago

Many thanks! Are there plans for a new version release in the near future? If not, I'll install the latest master.