Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Fix missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
StefansArya committed Feb 9, 2018
1 parent 4204cd5 commit b766583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/Youtube/Format.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private function parseUrl()
}
else {
$player_info = $this->getCache()->get('playerID', null);
if ($player_info === null)
if ($player_info === null){
$this->getCache()->delete('videoIds');
$this->getCache()->delete('playerID');
return $this->parseUrl();
Expand Down

0 comments on commit b766583

Please sign in to comment.