Skip to content
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

Implement getVideo() for movie & tv show, season, episode #11

Merged
merged 4 commits into from
Apr 4, 2020

Conversation

Akash98Sky
Copy link
Contributor

  • It's useless to export AssetResolver class, so AssetQuality
    enum is moved to model directory and exported seperately.
    And also don't export gender-resolver as all gender ids are
    pre-resolved here.

  • Change min dart-sdk requirement to 2.1.0, and remove not
    needed import 'dart:async'

Signed-off-by: Akash Mondal a98mondal@gmail.com

* It's useless to export AssetResolver class, so AssetQuality
  enum is moved to model directory and exported seperately.
  And also don't export gender-resolver as all gender ids are
  pre-resolved here.

* Change min dart-sdk requirement to 2.1.0, and remove not
  needed import 'dart:async'

Signed-off-by: Akash Mondal <a98mondal@gmail.com>
@kerego
Copy link
Owner

kerego commented Mar 18, 2020

Everything look good, please increment the versions in pubspec and changelog and it is good to go.

* This helps in changing the page number without changing Settings

Signed-off-by: Akash Mondal <a98mondal@gmail.com>
* Remove all explicit initialization of default query parameters
  values, and keep them null if not passed by user. And remove the
  null values while building URI.
  tmdb API is smart enough to decide the default value for the
  unspecified parameters.

Signed-off-by: Akash Mondal <a98mondal@gmail.com>
Signed-off-by: Akash Mondal <a98mondal@gmail.com>
@Akash98Sky
Copy link
Contributor Author

I have tested these commits. And almost everything seems to be fine.

@kerego kerego merged commit 49f0f45 into kerego:master Apr 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants