mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-06 02:32:44 +02:00
Update podcast controller to load library items from db
This commit is contained in:
@@ -133,7 +133,7 @@ class PlaylistController {
|
||||
const itemsToAdd = req.body.items
|
||||
let hasUpdated = false
|
||||
|
||||
let order = playlist.items.length
|
||||
let order = playlist.items.length + 1
|
||||
const playlistMediaItems = []
|
||||
for (const item of itemsToAdd) {
|
||||
if (!item.libraryItemId) {
|
||||
|
||||
Reference in New Issue
Block a user