lh hace 2 meses
padre
commit
5bfab04d9e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/Anime/AnimeService.php

+ 1 - 1
app/Services/Anime/AnimeService.php

@@ -787,7 +787,7 @@ class AnimeService
 
 
         try {
         try {
             $params = [
             $params = [
-                'alias_segment_id' => $type == 2 ? $segment_id : 0,
+                'alias_segment_id' => $segment_id,
                 'prompt' => $prompt,
                 'prompt' => $prompt,
                 'ref_img_urls' => !empty($ref_img_url) ? [$ref_img_url] : [],
                 'ref_img_urls' => !empty($ref_img_url) ? [$ref_img_url] : [],
                 'width' => $width,
                 'width' => $width,