| Summary: | Subscriptions not visible | ||
|---|---|---|---|
| Product: | [Applications] kasts | Reporter: | Radostin Ivanov <crazy7o.o> |
| Component: | general | Assignee: | bart |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma-mobile/kasts/commit/d192784e1216149761348d5f13a80103a8949b88 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | opml export with my subs | ||
|
Description
Radostin Ivanov
2022-11-15 16:36:53 UTC
I confirm the issue. Kasts has an internal function to do a fuzzy check to see whether a podcast has already been added or not. This is to ensure that adding the same podcast with e.g. http and https scheme doesn't add duplicates of the same podcast. That function was also discarding query parameters since that's another common source of duplicate entries. However, I see that these podcasts identify by using a different query parameter. I'll remove that bit of the fuzzy check algorithm. The fix should be in the next release (22.11). Git commit d192784e1216149761348d5f13a80103a8949b88 by Bart De Vries. Committed on 15/11/2022 at 18:13. Pushed by bdevries into branch 'master'. Improve check for existing podcasts The feedExists method will now also take query parameters into account. M +14 -6 src/datamanager.cpp M +2 -0 src/datamanager.h https://invent.kde.org/plasma-mobile/kasts/commit/d192784e1216149761348d5f13a80103a8949b88 |