Load only user selected SponsorBlock categories

This commit is contained in:
Arkadiusz Fal
2021-10-28 21:32:03 +02:00
parent 24f7c566bf
commit 710f1f3630
3 changed files with 9 additions and 9 deletions

View File

@@ -111,7 +111,7 @@ extension PlayerViewController: AVPlayerViewControllerDelegate {
}
#if os(tvOS)
if self.playerModel.playingInPictureInPicture {
if self.playerModel.playingInPictureInPicture {
self.present(playerViewController, animated: false) {
completionHandler(true)
}