We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72385b7 commit 649b16bCopy full SHA for 649b16b
1 file changed
pkg/repository/database/episode.go
@@ -44,7 +44,7 @@ func (e *Episode) List(ctx context.Context, params *repository.ListEpisodesParam
44
}
45
if params.SeriesID != "" {
46
clauses = append(clauses, "seriesID = ?")
47
- args = append(args, params.SeasonID)
+ args = append(args, params.SeriesID)
48
49
50
var whereClause string
0 commit comments