Skip to content

Commit

Permalink
Fix typo and compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Caselani committed Jan 7, 2020
1 parent ed6a099 commit 22a0d09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public final class DefaultWatchedShowEntityDownloader: WatchedShowEntityDownload
private func fetchSeasonsFromAPI(using options: WatchedShowEntitySyncOptions,
seasonExtended: [Extended],
number: Int?) -> Single<[Season]> {
let target = Seasons.summary(showId: options.showIds.realId, exteded: seasonExtended)
let target = Seasons.summary(showId: options.showIds.realId, extended: seasonExtended)
let seasonsSingle = trakt.seasons.rx.request(target)
.filterSuccessfulStatusAndRedirectCodes()
.map([Season].self)
Expand Down

0 comments on commit 22a0d09

Please sign in to comment.