Skip to content

Commit

Permalink
Use string type
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur authored Jul 11, 2018
1 parent 09ec1ab commit 922dcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/networking/tmdb_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TMDBApi {
return actors;
}

Future<int> _findMovieId(String movieTitle, int movieYear) async {
Future<int> _findMovieId(String movieTitle, String movieYear) async {
var searchUri = Uri.https(
baseUrl,
'3/search/movie',
Expand Down

0 comments on commit 922dcba

Please sign in to comment.