Skip to content

Commit

Permalink
Speed up file transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielnetoDotCom committed Oct 25, 2021
1 parent 587b119 commit 36cf90d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/CDN/Storage/panelMove.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ function CDNStorageUpload() {
<?php
}
if ($totalR) {
if(empty($totalL)){
self::setSite($videos_id, true);
}
?>
<button type="button" class="btn btn-success" onclick="CDNStorageDownload();">
<i class="fas fa-project-diagram"></i>
Expand Down

0 comments on commit 36cf90d

Please sign in to comment.