Skip to content

Commit

Permalink
Fixed URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gregordr committed Oct 24, 2018
1 parent 14925ec commit d024434
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public String getUrl(String id, List<String> contentFilters, String sortFilter)
case "Trending": return "https://www.youtube.com/feed/trending";
case "Music": return "https://bit.ly/2CCie5E";
case "Live": return "https://bit.ly/2OKDQE9";
case "Gaming": return "https://bit.ly/2R9m4Hm";
case "Gaming": return "https://bit.ly/2Rc0q5h";
case "Movies": return "https://bit.ly/2AqjBCN";
case "News": return "https://bit.ly/2D4bkat";
default: return null;
Expand All @@ -44,7 +44,7 @@ public String getId(String url) {
switch (url) {
case "https://bit.ly/2CCie5E": return "Music";
case "https://bit.ly/2OKDQE9": return "Live";
case "https://bit.ly/2R9m4Hm": return "Gaming";
case "https://bit.ly/2Rc0q5h": return "Gaming";
case "https://bit.ly/2AqjBCN": return "Movies";
case "https://bit.ly/2D4bkat": return "News";
default: return "Trending";
Expand Down

0 comments on commit d024434

Please sign in to comment.