From 82ac864947b48d03127f453904fb2a217de3e7b1 Mon Sep 17 00:00:00 2001 From: Oleksandr Kharchenko Date: Tue, 19 Nov 2024 14:44:02 +0200 Subject: [PATCH] [CORE-5162] Changes requested by @artem-y-pamediagroup --- .../Player Plugin/BitMovinPlugin/BitMovinPlayerView.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Sources/PlaybackSDK/Player Plugin/BitMovinPlugin/BitMovinPlayerView.swift b/Sources/PlaybackSDK/Player Plugin/BitMovinPlugin/BitMovinPlayerView.swift index 42e0231..9bf5494 100644 --- a/Sources/PlaybackSDK/Player Plugin/BitMovinPlugin/BitMovinPlayerView.swift +++ b/Sources/PlaybackSDK/Player Plugin/BitMovinPlugin/BitMovinPlayerView.swift @@ -62,10 +62,6 @@ public struct BitMovinPlayerView: View { uiConfig.hideFirstFrame = true playerConfig.styleConfig.userInterfaceConfig = uiConfig - let defaultMetadata = DefaultMetadata(cdnProvider: "PlaybackSDK") - - let analytics: BitmovinPlayerAnalytics.AnalyticsPlayerConfig - // Create player based on player and analytics configurations self.player = PlayerFactory.createPlayer( playerConfig: playerConfig