added ability to show similar videos
This commit is contained in:
parent
1850dee93a
commit
b865326d51
14 changed files with 225 additions and 73 deletions
|
|
@ -140,6 +140,6 @@ public class VideoInfo {
|
|||
public VideoStream[] videoStreams = null;
|
||||
public AudioStream[] audioStreams = null;
|
||||
public VideoInfoItem nextVideo = null;
|
||||
public Vector<VideoInfoItem> relatedVideos = null;
|
||||
public VideoInfoItem[] relatedVideos = null;
|
||||
public int videoAvailableStatus = VIDEO_AVAILABLE;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue