mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-27 03:09:43 +02:00
Update:Playlist cover & json expanded
This commit is contained in:
parent
1131bfa751
commit
0979b3e03d
6 changed files with 95 additions and 12 deletions
|
@ -145,7 +145,7 @@ class PlaylistController {
|
|||
return res.status(400).send('Item does not have libraryItemId')
|
||||
}
|
||||
if (playlist.containsItem(item)) {
|
||||
playlist.removeItem(item)
|
||||
playlist.removeItem(item.libraryItemId, item.episodeId)
|
||||
hasUpdated = true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue