File tree 4 files changed +0
-16
lines changed
4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -380,8 +380,6 @@ class Discover extends Category<V3> {
380
380
return 'vote_count.asc' ;
381
381
case SortMoviesBy .voteCountDesc:
382
382
return 'vote_count.desc' ;
383
- default :
384
- return 'popularity.asc' ;
385
383
}
386
384
}
387
385
@@ -399,8 +397,6 @@ class Discover extends Category<V3> {
399
397
return 'first_air_date.asc' ;
400
398
case SortTvShowsBy .firstAirDateDesc:
401
399
return 'first_air_date.desc' ;
402
- default :
403
- return 'popularity.asc' ;
404
400
}
405
401
}
406
402
@@ -418,8 +414,6 @@ class Discover extends Category<V3> {
418
414
return '4' ;
419
415
case FilterTvShowsByStatus .pilot:
420
416
return '5' ;
421
- default :
422
- return '0' ;
423
417
}
424
418
}
425
419
@@ -439,8 +433,6 @@ class Discover extends Category<V3> {
439
433
return '5' ;
440
434
case FilterTvShowsByType .video:
441
435
return '6' ;
442
- default :
443
- return '0' ;
444
436
}
445
437
}
446
438
}
Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ class Find extends Category<V3> {
50
50
return 'external_source=twitter_id' ;
51
51
case ExternalId .instagramId:
52
52
return 'external_source=instagram_id' ;
53
- default :
54
- return 'external_source=imdb_id' ;
55
53
}
56
54
}
57
55
}
Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ class Trending extends Category<V3> {
50
50
return 'tv' ;
51
51
case MediaType .person:
52
52
return 'person' ;
53
- default :
54
- return 'all' ;
55
53
}
56
54
}
57
55
@@ -62,8 +60,6 @@ class Trending extends Category<V3> {
62
60
return 'day' ;
63
61
case TimeWindow .week:
64
62
return 'week' ;
65
- default :
66
- return 'week' ;
67
63
}
68
64
}
69
65
}
Original file line number Diff line number Diff line change @@ -510,8 +510,6 @@ class ListsV4 extends Category<V4> {
510
510
return 'vote_average.asc' ;
511
511
case SortListBy .voteAverageDesc:
512
512
return 'vote_average.desc' ;
513
- default :
514
- return 'original_order.asc' ;
515
513
}
516
514
}
517
515
You can’t perform that action at this time.
0 commit comments