dever %!s(int64=6) %!d(string=hai) anos
pai
achega
10c1875186
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      live/lib/Cron.php

+ 1 - 1
live/lib/Cron.php

@@ -42,8 +42,8 @@ class Cron
                 if ($v['stream_id'] > 0 && !$v['url_m3u8'] && $v['sdate'] > 0 && $v['edate'] > 0 && $time >= $v['edate']) {
                     $info = Dever::db('live/stream')->one($v['stream_id']);
                     $config = Dever::db('live/info')->one($info['live_id']);
-                    $method = $this->method($config);
                     $handle = new Handle();
+                    $method = $handle->method($config);
                     $handle->createUrlOne($v, $table, $method, $config, $info);
                 }
             }