[PR #946] [MERGED] Clear selectedEpisodes on download. #3433

Closed
opened 2026-04-25 00:15:38 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/946
Author: @barrycarey
Created: 8/28/2022
Status: Merged
Merged: 8/28/2022
Merged by: @advplyr

Base: masterHead: issue-138-clear-episode-dl-selection


📝 Commits (3)

  • 1e8e454 Clear selectedEpisodes on download. Move item onClick to checkbox so you can't select existing downloads
  • 221061e added method to clear selected episodes
  • 1f37e32 Podcast episode feed modal refactor

📊 Changes

2 files changed (+38 additions, -37 deletions)

View changed files

📝 client/components/modals/podcast/EpisodeFeed.vue (+36 -35)
📝 package-lock.json (+2 -2)

📄 Description

Clears the selectedEpisodes once the download is started. Fixes #931.

Also, clicking on the checkbox for existing downloads still added that item to the list. Moved onClick to checkbox instead of container div to prevent this.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/946 **Author:** [@barrycarey](https://github.com/barrycarey) **Created:** 8/28/2022 **Status:** ✅ Merged **Merged:** 8/28/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `issue-138-clear-episode-dl-selection` --- ### 📝 Commits (3) - [`1e8e454`](https://github.com/advplyr/audiobookshelf/commit/1e8e45431d9eecb73df15eef70f48df06df7c390) Clear selectedEpisodes on download. Move item onClick to checkbox so you can't select existing downloads - [`221061e`](https://github.com/advplyr/audiobookshelf/commit/221061ea308c896579254a7bf3828d1d96ce595e) added method to clear selected episodes - [`1f37e32`](https://github.com/advplyr/audiobookshelf/commit/1f37e32f910d8a9fcdcbaa27e8af5e6dc6291033) Podcast episode feed modal refactor ### 📊 Changes **2 files changed** (+38 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `client/components/modals/podcast/EpisodeFeed.vue` (+36 -35) 📝 `package-lock.json` (+2 -2) </details> ### 📄 Description Clears the selectedEpisodes once the download is started. Fixes #931. Also, clicking on the checkbox for existing downloads still added that item to the list. Moved onClick to checkbox instead of container div to prevent this. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:15:38 +02:00
adam closed this issue 2026-04-25 00:15:38 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3433