causefx 7 лет назад
Родитель
Сommit
9ea5d62a15
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      api/functions/homepage-connect-functions.php

+ 3 - 0
api/functions/homepage-connect-functions.php

@@ -1798,6 +1798,9 @@ function ombiImport($type = null)
 			$options = (localURL($url)) ? array('verify' => false) : array();
 			switch ($type) {
 				case 'emby':
+				case 'emby_local':
+				case 'emby_connect':
+				case 'emby_all':
 					$response = Requests::get($url . "/api/v1/Job/embyuserimporter", $headers, $options);
 					break;
 				case 'plex':