Add:Podcast episode table batch mark as finished #941

This commit is contained in:
advplyr 2022-08-28 14:47:31 -05:00
parent dee4ca3559
commit 3cafa87eda
4 changed files with 42 additions and 7 deletions

View file

@ -158,7 +158,7 @@ export default {
var newIsFinished = !this.selectedIsFinished
var updateProgressPayloads = this.selectedLibraryItems.map((lid) => {
return {
id: lid,
libraryItemId: lid,
isFinished: newIsFinished
}
})