Skip to content

Commit

Permalink
Update FavoriteVideosTableViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
itjhDev authored May 8, 2024
1 parent aa471aa commit 12242c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TouTiao/FavoriteVideosTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ class FavoriteVideosTableViewController: UITableViewController {
videoViewController.videoImage = cell.videoImageView

let video:RealmVideo = RealmVideo()
let video2:RealmVideo = RealmVideo()
video.vid = self.videos![indexPath!.row].vid
video.videoUrl = self.videos![indexPath!.row].videoUrl
video.pic = self.videos![indexPath!.row].pic
Expand Down

0 comments on commit 12242c0

Please sign in to comment.