-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEATURE: Add fetching watch providers to movie and tv series services #130
Conversation
FEATURE: Add tv show tagline
FIX: linting
# Conflicts: # Sources/TMDb/Models/TVSeries.swift
Hey @Tuikku. Thanks for your PR. Did you see there is already a WatchProviders service that does this? https://github.com/adamayoung/TMDb/blob/main/Sources/TMDb/WatchProviders/WatchProviderService.swift |
Does this fetch the actual providers for individual series or movie? I think the service you linked just fetches all available for the region. |
Ahhh, i understand now. Thanks for this. Would appreciate you adding some unit tests around the changes you've made 🙏🏻 |
Yeah, I'll add some tests to this pr. |
Added some unit tests, let me know what you think. Didn't add integration tests since watch providers for tv series or movie could change. |
No description provided.