Skip to content

Commit

Permalink
Merge pull request #12 from Mo7amedFouad/main
Browse files Browse the repository at this point in the history
  • Loading branch information
LePips authored Dec 15, 2022
2 parents c70c9e3 + a38c335 commit 79fc6f3
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?
weak var mediaPlayer: VLCMediaPlayer?
weak var videoPlayerView: UIVLCVideoPlayerView?

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

0 comments on commit 79fc6f3

Please sign in to comment.