Browse Source

Emby Header Removal

causefx 7 years ago
parent
commit
93706adcea
1 changed files with 0 additions and 1 deletions
  1. 0 1
      api/functions/auth-functions.php

+ 0 - 1
api/functions/auth-functions.php

@@ -311,7 +311,6 @@ function plugin_auth_emby_connect($username, $password)
 					$connectURL = 'https://connect.emby.media/service/user/authenticate';
 					$headers = array(
 						'Accept' => 'application/json',
-						'Content-Type' => 'application/json',
 						'X-Application' => 'Organizr/2.0'
 					);
 					$data = array(