mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-09 07:14:52 +02:00
Update:Playlist cover & json expanded
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user