Преглед изворни кода

Merge pull request #929 from DylanSimowitz/master

Fix emby links
causefx пре 7 година
родитељ
комит
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':