From 3b8913b0a52d824038edbd14f70fd03694e80c5d Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Tue, 23 Aug 2022 17:35:39 +0200 Subject: [PATCH] Fix crash on tvOS on opening related --- Shared/Player/AppleAVPlayerViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Shared/Player/AppleAVPlayerViewController.swift b/Shared/Player/AppleAVPlayerViewController.swift index 37c20e8c..5035d1bf 100644 --- a/Shared/Player/AppleAVPlayerViewController.swift +++ b/Shared/Player/AppleAVPlayerViewController.swift @@ -71,6 +71,7 @@ final class AppleAVPlayerViewController: UIViewController { .frame(maxHeight: 600) .environmentObject(accountsModel) .environmentObject(commentsModel) + .environmentObject(navigationModel) .environmentObject(playerModel) .environmentObject(playlistsModel) .environmentObject(subscriptionsModel)