mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 18:24:02 +00:00
Locations manifest, reorganized instances settings
This commit is contained in:
@@ -66,9 +66,7 @@ final class AppleAVPlayerViewController: UIViewController {
|
||||
|
||||
#if os(tvOS)
|
||||
var infoViewControllers = [UIHostingController<AnyView>]()
|
||||
if CommentsModel.enabled {
|
||||
infoViewControllers.append(infoViewController([.comments], title: "Comments"))
|
||||
}
|
||||
infoViewControllers.append(infoViewController([.comments], title: "Comments"))
|
||||
|
||||
var queueSections = [NowPlayingView.ViewSection.playingNext]
|
||||
if Defaults[.showHistoryInPlayer] {
|
||||
|
Reference in New Issue
Block a user