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