mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
Handle jellyfin playlist creation
This commit is contained in:
@@ -436,6 +436,7 @@ const createPlaylist = async (args: CreatePlaylistArgs): Promise<CreatePlaylistR
|
||||
const body = {
|
||||
MediaType: 'Audio',
|
||||
Name: query.name,
|
||||
Overview: query.comment || '',
|
||||
UserId: server?.userId,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user