Skip to content

Commit

Permalink
Merge branch 'SUP-38389' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Pi committed Jun 24, 2024
2 parents 6b0ab15 + 06f4d8a commit 67db4f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void onDownloadStart(DownloadItem item) {

postEvent(() -> getListener().onStateChanged(assetId, DownloadType.FULL, new DTGAssetInfo(item, AssetDownloadState.started)));

postEventDelayed(() -> registerDrmAsset(assetId, true), 4000);
postEventDelayed(() -> registerDrmAsset(assetId, true), 7000);
}

@Override
Expand Down

0 comments on commit 67db4f3

Please sign in to comment.