[PR #3766] [MERGED] Remove old Playlist object + remove unnecessary toasts #4073

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3766
Author: @advplyr
Created: 1/1/2025
Status: Merged
Merged: 1/1/2025
Merged by: @advplyr

Base: masterHead: remove-old-playlist


📝 Commits (3)

  • 9785bc0 Update Playlist model & controller to remove usage of old Playlist object, remove old Playlist
  • 777c594 Fix find all playlist endpoint
  • 25b7f00 Remove unnecessary playlist toasts

📊 Changes

9 files changed (+495 additions, -520 deletions)

View changed files

📝 client/components/modals/playlists/AddCreateModal.vue (+0 -3)
📝 client/components/tables/playlist/ItemTableRow.vue (+0 -1)
📝 server/Database.js (+0 -10)
📝 server/controllers/CollectionController.js (+3 -0)
📝 server/controllers/PlaylistController.js (+291 -194)
📝 server/models/Playlist.js (+141 -156)
📝 server/models/PlaylistMediaItem.js (+4 -8)
📝 server/models/PodcastEpisode.js (+56 -0)
server/objects/Playlist.js (+0 -148)

📄 Description

Same as https://github.com/advplyr/audiobookshelf/pull/3761 but for the Playlist model


🔄 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/3766 **Author:** [@advplyr](https://github.com/advplyr) **Created:** 1/1/2025 **Status:** ✅ Merged **Merged:** 1/1/2025 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `remove-old-playlist` --- ### 📝 Commits (3) - [`9785bc0`](https://github.com/advplyr/audiobookshelf/commit/9785bc02ea8085f3981b8797635179eb11cdfec0) Update Playlist model & controller to remove usage of old Playlist object, remove old Playlist - [`777c594`](https://github.com/advplyr/audiobookshelf/commit/777c59458dda17f4923d0d07829ac488e8e0db18) Fix find all playlist endpoint - [`25b7f00`](https://github.com/advplyr/audiobookshelf/commit/25b7f005c64bf0b3523228e242d958e5e81bbf9a) Remove unnecessary playlist toasts ### 📊 Changes **9 files changed** (+495 additions, -520 deletions) <details> <summary>View changed files</summary> 📝 `client/components/modals/playlists/AddCreateModal.vue` (+0 -3) 📝 `client/components/tables/playlist/ItemTableRow.vue` (+0 -1) 📝 `server/Database.js` (+0 -10) 📝 `server/controllers/CollectionController.js` (+3 -0) 📝 `server/controllers/PlaylistController.js` (+291 -194) 📝 `server/models/Playlist.js` (+141 -156) 📝 `server/models/PlaylistMediaItem.js` (+4 -8) 📝 `server/models/PodcastEpisode.js` (+56 -0) ➖ `server/objects/Playlist.js` (+0 -148) </details> ### 📄 Description Same as https://github.com/advplyr/audiobookshelf/pull/3761 but for the Playlist model --- <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:18:13 +02:00
adam closed this issue 2026-04-25 00:18:13 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4073