Skip to content

Commit f61203a

Browse files
Ensure unique id for video players
1 parent 0c971b0 commit f61203a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function filter($text, array $options = []) {
118118
return $text;
119119
}
120120

121-
$i = 0;
121+
static $i = 0;
122122
$newtext = '';
123123

124124
$episode = null;

0 commit comments

Comments
 (0)