1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update remove from playlist, collection id

This commit is contained in:
Luke Pulverenti 2016-07-20 16:45:50 -04:00
parent 79240b1a24
commit 17cb2f5da1
9 changed files with 59 additions and 22 deletions

View file

@ -810,6 +810,13 @@
});
}
if (options.collectionId) {
atts.push({
name: 'collectionid',
value: options.collectionId
});
}
return atts;
},