Skip to content

Commit

Permalink
Merge pull request chentao0707#52 from zhangsr/master
Browse files Browse the repository at this point in the history
Fix invalid douban url param
  • Loading branch information
chentao0707 committed Dec 5, 2015
2 parents 91adc3f + d6af256 commit eb87b06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public String getDoubanPlayListUrl(String channelId) {
sb.append(ApiConstants.Urls.DOUBAN_PLAY_LIST_URLS);
sb.append("?channel=");
sb.append(channelId);
sb.append("&app_name=radio_desktop_win&version=100&type=&sid=0");
sb.append("&app_name=radio_android&version=100&type=&sid=0");
return sb.toString().trim();
}
}

0 comments on commit eb87b06

Please sign in to comment.