Skip to content

Commit

Permalink
fix: Added remove player logic
Browse files Browse the repository at this point in the history
  • Loading branch information
francodriansetti committed Mar 4, 2024
1 parent 85a0a9f commit d9ad32d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ public class BitmovinPlayerPlugin: VideoPlayerPlugin {
}

public func removePlayer() {
player?.player.destroy()
player = nil
// TODO: Remove properly
}
}

Expand Down

0 comments on commit d9ad32d

Please sign in to comment.