mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #2059] [Bug]: Removing a Podcast didn't remove all the episodes #1086
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1086
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lewislarsen on GitHub (Aug 20, 2025).
Original GitHub issue: https://github.com/koel/koel/issues/2059
Originally assigned to: @phanan on GitHub.
Read the Troubleshooting guide.
Reproduction steps
Expected behavior
All traces of the podcast should disappear from Koel, with the search index being rebuilt as well.
Actual behavior
The podcast still existed in the
podcastsand the episodes in thesongstable.I used the following command to drop the entries from the database (and then ran
php artisan koel:search:import) alongside removing the stray record from thepodcaststable.Logs
Not relevant here.
Koel version
Koel v7.12.0 Community Edition
How did you install Koel?
Compiled from source
Additional information
@lewislarsen commented on GitHub (Aug 20, 2025):
If this is intended behaviour, perhaps a checkbox on the modal asking if they wish to purge this podcast from Koel?
I'm not sure if it's intentional or not, since the podcast itself is gone from 'Podcasts' and the episodes still show up in the search results which seems a little unusual.
@phanan commented on GitHub (Aug 20, 2025):
This is indeed the intended behavior, because multiple users can subscribe to the same podcasts, and deleting a podcast would remove all of their data.
@lewislarsen commented on GitHub (Aug 20, 2025):
Good to know, thank you! :)
@phanan commented on GitHub (Aug 20, 2025):
You're welcome :) You have a point, though: How would one totally purge a podcast, then? I'll think about it a bit — if you have an idea, please let me know.