baliasnyifeliks 5bac03ad13 feat(animeon): return JSON response for play endpoint
The Play endpoint now returns a JSON response containing the stream URL and title
instead of redirecting directly. This allows for better client-side handling and
provides additional metadata to the frontend.

The response format is:
{
  "method": "play",
  "url": "<stream_url>",
  "title": "<anime_title>"
}
2026-01-13 09:49:07 +02:00
..
2025-09-13 19:29:18 +03:00
2025-09-20 11:47:28 +03:00
2025-09-26 16:23:24 +03:00