chore: formatting

This commit is contained in:
2026-05-13 13:01:39 +02:00
parent 5f7d82fc0b
commit 14b7668afa
6 changed files with 14 additions and 16 deletions

View File

@@ -10,13 +10,13 @@ import (
"encoding/json"
"fmt"
"io"
"mal/internal/domain"
"mal/pkg/net/utls"
"net/http"
"net/url"
"strconv"
"strings"
"time"
"mal/internal/domain"
)
const (
@@ -161,7 +161,7 @@ func (c *AllAnimeProvider) GetStreams(ctx context.Context, animeID int, titleCan
// 3. Return the first usable source
primary := sources[0]
result := &domain.StreamResult{
URL: primary.URL,
Referer: primary.Referer,