Browse Source

Merge pull request #929 from DylanSimowitz/master

Fix emby links
causefx 7 năm trước cách đây
mục cha
commit
f77b85ac81
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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':