Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -405,7 +405,6 @@ class AdminMakeImmerse implements ShouldQueue | ... | @@ -405,7 +405,6 @@ class AdminMakeImmerse implements ShouldQueue |
405 | $round = round($this->media_info['format']['duration'] / count($contents),1); | 405 | $round = round($this->media_info['format']['duration'] / count($contents),1); |
406 | $sub_text = ''; | 406 | $sub_text = ''; |
407 | foreach ($contents as $key => $content){ | 407 | foreach ($contents as $key => $content){ |
408 | - $text_color = substr($text_color,1,strlen($text_color)); | ||
409 | $DS = $key * $round; | 408 | $DS = $key * $round; |
410 | $DE = $DS + $round; | 409 | $DE = $DS + $round; |
411 | $text_file = $this->getAbsolutePath($this->getTempPath('.txt','text')); | 410 | $text_file = $this->getAbsolutePath($this->getTempPath('.txt','text')); | ... | ... |
-
Please register or login to post a comment