lh пре 2 месеци
родитељ
комит
3335bd84ef
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/Services/DeepSeek/DeepSeekService.php

+ 1 - 0
app/Services/DeepSeek/DeepSeekService.php

@@ -4833,6 +4833,7 @@ class DeepSeekService
         return DB::table('mp_anime_records')
             ->where('anime_id', $animeId)
             ->where('sequence', $sequence)
+            ->where('episode_id', '>', 0)
             ->select('role', 'content')
             ->orderBy('created_at')
             ->orderBy('id')