@@ -8,106 +8,106 @@ public static async Task<TMDBMovieImages> GetTMDBImagesAsync(this TraktMovieMini
88 return await Task . FromResult ( new TMDBMovieImages ( ) ) ;
99 }
1010
11- public static async Task < TMDBVideos > GetTMDBVideosAsync ( this TraktMovieMinimal traktMovie , CancellationToken cancellationToken = default )
12- {
13- // TODO
14- return await Task . FromResult ( new TMDBVideos ( ) ) ;
15- }
16-
1711 public static async Task < TMDBMovieImages > GetTMDBImagesAsync ( this TraktMovie traktMovie , CancellationToken cancellationToken = default )
1812 {
1913 // TODO
2014 return await Task . FromResult ( new TMDBMovieImages ( ) ) ;
2115 }
2216
23- public static async Task < TMDBVideos > GetTMDBVideosAsync ( this TraktMovie traktMovie , CancellationToken cancellationToken = default )
17+ public static async Task < TMDBShowImages > GetTMDBImagesAsync ( this TraktShowMinimal traktShow , CancellationToken cancellationToken = default )
2418 {
2519 // TODO
26- return await Task . FromResult ( new TMDBVideos ( ) ) ;
20+ return await Task . FromResult ( new TMDBShowImages ( ) ) ;
2721 }
2822
29- public static async Task < TMDBShowImages > GetTMDBImagesAsync ( this TraktShowMinimal traktShow , CancellationToken cancellationToken = default )
23+ public static async Task < TMDBShowImages > GetTMDBImagesAsync ( this TraktShow traktShow , CancellationToken cancellationToken = default )
3024 {
3125 // TODO
3226 return await Task . FromResult ( new TMDBShowImages ( ) ) ;
3327 }
34- public static async Task < TMDBVideos > GetTMDBVideosAsync ( this TraktShowMinimal traktShow , CancellationToken cancellationToken = default )
28+
29+ public static async Task < TMDBSeasonImages > GetTMDBImagesAsync ( this TraktSeasonMinimal traktSeason , CancellationToken cancellationToken = default )
3530 {
3631 // TODO
37- return await Task . FromResult ( new TMDBVideos ( ) ) ;
32+ return await Task . FromResult ( new TMDBSeasonImages ( ) ) ;
3833 }
3934
40- public static async Task < TMDBShowImages > GetTMDBImagesAsync ( this TraktShow traktShow , CancellationToken cancellationToken = default )
35+ public static async Task < TMDBSeasonImages > GetTMDBImagesAsync ( this TraktSeason traktSeason , CancellationToken cancellationToken = default )
4136 {
4237 // TODO
43- return await Task . FromResult ( new TMDBShowImages ( ) ) ;
38+ return await Task . FromResult ( new TMDBSeasonImages ( ) ) ;
4439 }
4540
41+ public static async Task < TMDBEpisodeImages > GetTMDBImagesAsync ( this TraktEpisodeMinimal traktEpisode , CancellationToken cancellationToken = default )
42+ {
43+ // TODO
44+ return await Task . FromResult ( new TMDBEpisodeImages ( ) ) ;
45+ }
4646
47- public static async Task < TMDBVideos > GetTMDBVideosAsync ( this TraktShow traktShow , CancellationToken cancellationToken = default )
47+ public static async Task < TMDBEpisodeImages > GetTMDBImagesAsync ( this TraktEpisode traktEpisode , CancellationToken cancellationToken = default )
4848 {
4949 // TODO
50- return await Task . FromResult ( new TMDBVideos ( ) ) ;
50+ return await Task . FromResult ( new TMDBEpisodeImages ( ) ) ;
5151 }
5252
53- public static async Task < TMDBSeasonImages > GetTMDBImagesAsync ( this TraktSeasonMinimal traktSeason , CancellationToken cancellationToken = default )
53+ public static async Task < TMDBPersonImages > GetTMDBImagesAsync ( this TraktPersonMinimal traktPerson , CancellationToken cancellationToken = default )
5454 {
5555 // TODO
56- return await Task . FromResult ( new TMDBSeasonImages ( ) ) ;
56+ return await Task . FromResult ( new TMDBPersonImages ( ) ) ;
5757 }
5858
59- public static async Task < TMDBVideos > GetTMDBVideosAsync ( this TraktSeasonMinimal traktSeason , CancellationToken cancellationToken = default )
59+ public static async Task < TMDBPersonImages > GetTMDBImagesAsync ( this TraktPerson traktPerson , CancellationToken cancellationToken = default )
6060 {
6161 // TODO
62- return await Task . FromResult ( new TMDBVideos ( ) ) ;
62+ return await Task . FromResult ( new TMDBPersonImages ( ) ) ;
6363 }
6464
65- public static async Task < TMDBSeasonImages > GetTMDBImagesAsync ( this TraktSeason traktSeason , CancellationToken cancellationToken = default )
65+ public static async Task < TMDBVideos > GetTMDBVideosAsync ( this TraktMovieMinimal traktMovie , CancellationToken cancellationToken = default )
6666 {
6767 // TODO
68- return await Task . FromResult ( new TMDBSeasonImages ( ) ) ;
68+ return await Task . FromResult ( new TMDBVideos ( ) ) ;
6969 }
7070
71- public static async Task < TMDBVideos > GetTMDBVideosAsync ( this TraktSeason traktSeason , CancellationToken cancellationToken = default )
71+ public static async Task < TMDBVideos > GetTMDBVideosAsync ( this TraktMovie traktMovie , CancellationToken cancellationToken = default )
7272 {
7373 // TODO
7474 return await Task . FromResult ( new TMDBVideos ( ) ) ;
7575 }
7676
77- public static async Task < TMDBEpisodeImages > GetTMDBImagesAsync ( this TraktEpisodeMinimal traktEpisode , CancellationToken cancellationToken = default )
77+ public static async Task < TMDBVideos > GetTMDBVideosAsync ( this TraktShowMinimal traktShow , CancellationToken cancellationToken = default )
7878 {
7979 // TODO
80- return await Task . FromResult ( new TMDBEpisodeImages ( ) ) ;
80+ return await Task . FromResult ( new TMDBVideos ( ) ) ;
8181 }
8282
83- public static async Task < TMDBVideos > GetTMDBVideosAsync ( this TraktEpisodeMinimal traktEpisode , CancellationToken cancellationToken = default )
83+ public static async Task < TMDBVideos > GetTMDBVideosAsync ( this TraktShow traktShow , CancellationToken cancellationToken = default )
8484 {
8585 // TODO
8686 return await Task . FromResult ( new TMDBVideos ( ) ) ;
8787 }
8888
89- public static async Task < TMDBEpisodeImages > GetTMDBImagesAsync ( this TraktEpisode traktEpisode , CancellationToken cancellationToken = default )
89+ public static async Task < TMDBVideos > GetTMDBVideosAsync ( this TraktSeasonMinimal traktSeason , CancellationToken cancellationToken = default )
9090 {
9191 // TODO
92- return await Task . FromResult ( new TMDBEpisodeImages ( ) ) ;
92+ return await Task . FromResult ( new TMDBVideos ( ) ) ;
9393 }
9494
95- public static async Task < TMDBVideos > GetTMDBVideosAsync ( this TraktEpisode traktEpisode , CancellationToken cancellationToken = default )
95+ public static async Task < TMDBVideos > GetTMDBVideosAsync ( this TraktSeason traktSeason , CancellationToken cancellationToken = default )
9696 {
9797 // TODO
9898 return await Task . FromResult ( new TMDBVideos ( ) ) ;
9999 }
100100
101- public static async Task < TMDBPersonImages > GetTMDBImagesAsync ( this TraktPersonMinimal traktPerson , CancellationToken cancellationToken = default )
101+ public static async Task < TMDBVideos > GetTMDBVideosAsync ( this TraktEpisodeMinimal traktEpisode , CancellationToken cancellationToken = default )
102102 {
103103 // TODO
104- return await Task . FromResult ( new TMDBPersonImages ( ) ) ;
104+ return await Task . FromResult ( new TMDBVideos ( ) ) ;
105105 }
106106
107- public static async Task < TMDBPersonImages > GetTMDBImagesAsync ( this TraktPerson traktPerson , CancellationToken cancellationToken = default )
107+ public static async Task < TMDBVideos > GetTMDBVideosAsync ( this TraktEpisode traktEpisode , CancellationToken cancellationToken = default )
108108 {
109109 // TODO
110- return await Task . FromResult ( new TMDBPersonImages ( ) ) ;
110+ return await Task . FromResult ( new TMDBVideos ( ) ) ;
111111 }
112112 }
113113}
0 commit comments