Skip to content

Commit

Permalink
modif player11
Browse files Browse the repository at this point in the history
  • Loading branch information
surya432 committed May 5, 2020
1 parent 8bd0002 commit 23e2e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/GoogleDrivePlayerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public function getlist($id)
$dataCurl = json_decode($dataCurl, true);
if (isset($dataCurl['error']) && $dataCurl['error']['message'] == "Rate Limit Exceeded") {
$masterMirror = \App\GoogleDrivePlayer::where('id', $data['id'])->first();
$masterMirror->status = "limit";
$masterMirror->status = $dataCurl['error']['message'];
$masterMirror->save();
}
if (isset($dataCurl['downloadUrl'])) {
Expand Down

0 comments on commit 23e2e67

Please sign in to comment.