1
0
Fork 0
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:
crobibero 2020-12-10 11:40:05 -07:00
parent 3992265189
commit a605ca12a4

View file

@ -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();