Handle jellyfin playlist creation

This commit is contained in:
jeffvli 2023-01-01 14:02:03 -08:00
parent 8b04f70106
commit b037329377
2 changed files with 27 additions and 21 deletions

View file

@ -436,6 +436,7 @@ const createPlaylist = async (args: CreatePlaylistArgs): Promise<CreatePlaylistR
const body = {
MediaType: 'Audio',
Name: query.name,
Overview: query.comment || '',
UserId: server?.userId,
};