Skip to content

Commit

Permalink
Merge pull request #93 from shr1k4nt/tv_videos_fix
Browse files Browse the repository at this point in the history
Fixes #91
  • Loading branch information
RatakondalaArun committed Apr 21, 2023
2 parents c7cc173 + 4690966 commit 865f12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/versions/v3/category/tv.dart
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ class Tv extends Category<V3> {
/// ```
///
Future<Map> getVideos(String tvId) {
return _v._query('$_endPoint/$tvId');
return _v._query('$_endPoint/$tvId/videos');
}

/// Powered by our partnership with JustWatch, you can query
Expand Down

0 comments on commit 865f12d

Please sign in to comment.