mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2219 from crobibero/create-playlist
Set Content-Type header when creating a playlist
This commit is contained in:
commit
1c03e4c830
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ import ServerConnections from '../ServerConnections';
|
|||
apiClient.ajax({
|
||||
type: 'POST',
|
||||
url: url,
|
||||
dataType: 'json'
|
||||
dataType: 'json',
|
||||
contentType: 'application/json'
|
||||
}).then(result => {
|
||||
loading.hide();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue