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 {