Просмотр исходного кода

Merge pull request #929 from DylanSimowitz/master

Fix emby links
causefx 7 лет назад
Родитель
Сommit
f77b85ac81
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      functions.php

+ 1 - 1
functions.php

@@ -648,7 +648,7 @@ function resolveEmbyItem($address, $token, $item, $nowPlaying = false, $showName
 	}else{
 		$URL = EMBYURL."/web/itemdetails.html?id=".$itemDetails['Id'];
 	}*/
-	$URL = EMBYURL."/web/itemdetails.html?id=".$itemDetails['Id'];
+	$URL = EMBYURL."/web/#!/itemdetails.html?id=".$itemDetails['Id'];
 	switch ($itemDetails['Type']) {
 		case 'Episode':
 		case 'Series':