Skip to content

Commit

Permalink
Update video_data.php
Browse files Browse the repository at this point in the history
  • Loading branch information
athuler committed Oct 27, 2023
1 parent bc7c7ee commit 03e1870
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions video_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

class video {
public $paths = [];
public $children;
#public $children;
#public $child_path;
#public $child_prob;
#public $probabity = 0;
public $views = 1;
public $parents = [];
public $child_path;
#public $child_path;
#public $ending;

public function __construct(
$children = [],
$child_path = ["L", "W"],
public $children = [],
public $child_path = ["L", "W"],
public $ending = False
) {
$this->children = $children;
Expand Down

0 comments on commit 03e1870

Please sign in to comment.