@@ -56,7 +56,7 @@ public RemoteResource GetContentPackageResource(int versionId, string keySecret,
5656
5757 var summary = _mainApiConnection . GetAppVersionContentSummary ( _appSecret , versionId ) ;
5858 var torrentUrl = _mainApiConnection . GetAppVersionContentTorrentUrl ( _appSecret , versionId , keySecret ) ;
59- var urls = _mainApiConnection . GetAppVersionContentUrls ( _appSecret , versionId , countryCode , keySecret ) ; // TODO: Add key secret checking
59+ var urls = _mainApiConnection . GetAppVersionContentUrls ( _appSecret , versionId , countryCode , keySecret ) ;
6060
6161 resource . Size = summary . Size ;
6262 resource . HashCode = summary . HashCode ;
@@ -79,7 +79,7 @@ public RemoteResource GetDiffPackageResource(int versionId, string keySecret, st
7979
8080 var summary = _mainApiConnection . GetAppVersionDiffSummary ( _appSecret , versionId ) ;
8181 var torrentUrl = _mainApiConnection . GetAppVersionDiffTorrentUrl ( _appSecret , versionId , keySecret ) ;
82- var urls = _mainApiConnection . GetAppVersionDiffUrls ( _appSecret , versionId , countryCode , keySecret ) ; // TODO: Add key secret checking
82+ var urls = _mainApiConnection . GetAppVersionDiffUrls ( _appSecret , versionId , countryCode , keySecret ) ;
8383
8484 resource . Size = summary . Size ;
8585 resource . HashCode = summary . HashCode ;
0 commit comments