BuWanVideo/src/com/weikou/beibeivideo/ui/media/VideoEpisodeFragment2.java
@@ -163,6 +163,8 @@ .optString("Aid")); info.setVid(jsonObject.getJSONObject("Data") .optString("Vid")); info.setCode(jsonObject.getJSONObject("Data") .optString("Code")); Play play = new Play(); play.setPlayUrl(info); EventBus.getDefault().post(play);