Skip to content

Commit

Permalink
Update Proxy.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo7amedFouad authored Nov 20, 2022
1 parent da3ff09 commit e647035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/VLCUI/VLCVideoPlayer/Proxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public extension VLCVideoPlayer {

class Proxy: ObservableObject {

var mediaPlayer: VLCMediaPlayer?
var videoPlayerView: UIVLCVideoPlayerView?
waek var mediaPlayer: VLCMediaPlayer?
weak var videoPlayerView: UIVLCVideoPlayerView?

public init() {
self.mediaPlayer = nil
Expand Down

0 comments on commit e647035

Please sign in to comment.