Fixes download endpoint.
This commit is contained in:
parent
06ff7c9760
commit
6bd7098cfe
|
@ -68,7 +68,7 @@ namespace CodexPlugin
|
|||
|
||||
public Stream DownloadFile(string contentId)
|
||||
{
|
||||
return Http().HttpGetStream("data/" + contentId);
|
||||
return Http().HttpGetStream("data/" + contentId + "/network");
|
||||
}
|
||||
|
||||
public CodexLocalDataResponse[] LocalFiles()
|
||||
|
|
Loading…
Reference in New Issue