This commit is contained in:
2025-12-19 22:13:50 +01:00
parent 9ca2f73714
commit 5461606857
6 changed files with 44 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ class StreamApiController extends Controller
'poster' => $episode->gallery()->first()->image_url,
'interpolated' => $episode->interpolated,
'interpolated_uhd' => $episode->interpolated_uhd,
'stream_url' => $episode->url,
'stream_url' => $episode->dmca_takedown ? 'stuff/dmca' : $episode->url,
'stream_domains' => config('hstream.stream_domain'),
'asia_stream_domains' => config('hstream.asia_stream_domain'),
'extra_subtitles' => $subtitles