From 8c0d39b94d3c9eb34767c035e890204c9373a920 Mon Sep 17 00:00:00 2001 From: Ethan Pippin Date: Sat, 1 Jan 2022 21:35:13 -0700 Subject: [PATCH] adjust todo comments --- .../Views/VideoPlayer/VLCPlayerViewController.swift | 6 +----- .../Views/VideoPlayer/VLCPlayerViewController.swift | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/JellyfinPlayer tvOS/Views/VideoPlayer/VLCPlayerViewController.swift b/JellyfinPlayer tvOS/Views/VideoPlayer/VLCPlayerViewController.swift index cb129424..9c56e0c7 100644 --- a/JellyfinPlayer tvOS/Views/VideoPlayer/VLCPlayerViewController.swift +++ b/JellyfinPlayer tvOS/Views/VideoPlayer/VLCPlayerViewController.swift @@ -15,11 +15,7 @@ import TVVLCKit import SwiftUI import UIKit -// TODO: Make the VLC player layer a view -// This will allow changing media and putting the view somewhere else -// in a compact state, like a small viewer while navigating the app - -// TODO: Look at making overlays handle timer and all gesture events +// TODO: Look at making the VLC player layer a view class VLCPlayerViewController: UIViewController { diff --git a/JellyfinPlayer/Views/VideoPlayer/VLCPlayerViewController.swift b/JellyfinPlayer/Views/VideoPlayer/VLCPlayerViewController.swift index 76957778..5d83e568 100644 --- a/JellyfinPlayer/Views/VideoPlayer/VLCPlayerViewController.swift +++ b/JellyfinPlayer/Views/VideoPlayer/VLCPlayerViewController.swift @@ -15,11 +15,7 @@ import MobileVLCKit import SwiftUI import UIKit -// TODO: Make the VLC player layer a view -// This will allow changing media and putting the view somewhere else -// in a compact state, like a small viewer while navigating the app - -// TODO: Look at making overlays handle timer and all gesture events +// TODO: Look at making the VLC player layer a view class VLCPlayerViewController: UIViewController {