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

+ 1 - 1
live/lib/Handle.php

@@ -107,7 +107,7 @@ class Handle
 
     public function createUrlOne($data, $video, $method, $config, $info)
     {
-        if (!$data[$video['url_m3u8']] && $data[$video['sdate']] > 0 && $data[$video['edate']] > 0) {
+        if ($data[$video['sdate']] > 0 && $data[$video['edate']] > 0) {
 
             $data[$video['sdate']] = intval($data[$video['sdate']]);
             $data[$video['edate']] = intval($data[$video['edate']]);