refactor/significant-changes #3

Merged
mkelvers merged 71 commits from refactor/significant-changes into main 2026-05-14 11:25:25 +00:00
Showing only changes of commit cc74b6720e - Show all commits

View File

@@ -23,5 +23,5 @@ type Subtitle struct {
type Provider interface {
Name() string
GetStreams(ctx context.Context, animeID int, episode string, mode string) (*StreamResult, error)
GetStreams(ctx context.Context, animeID int, titleCandidates []string, episode string, mode string) (*StreamResult, error)
}