mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
Fix box art URL
This commit is contained in:
parent
7f587dc389
commit
77a587abe8
@ -218,7 +218,7 @@ public class NvHTTP {
|
||||
public InputStream getBoxArtPng(NvApp app) throws IOException {
|
||||
// FIXME: Investigate whether this should be subject to the 2 second read timeout
|
||||
// or not.
|
||||
return openHttpConnection(baseUrl + "/applist?uniqueid="+uniqueId+"&appid="+
|
||||
return openHttpConnection(baseUrl + "/appasset?uniqueid="+uniqueId+"&appid="+
|
||||
app.getAppId()+"&AssetType=2&AssetIdx=0", false);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user