adjustment and comment

This commit is contained in:
Ethan Pippin 2022-01-09 13:37:24 -07:00
parent ddc6914e04
commit 63ba81e916
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,8 @@ import SwiftUI
import UIKit
import JellyfinAPI
// TODO: Generalize this view such that it can be used in other contexts like for a library
struct HomeCinematicViewItem: Hashable {
enum TopRowType {

View File

@ -41,7 +41,7 @@ class UICinematicBackgroundView: UIView {
selectDelayTimer?.invalidate()
selectDelayTimer = Timer.scheduledTimer(timeInterval: 1, target: self, selector: #selector(delayTimerTimed), userInfo: imageView, repeats: false)
selectDelayTimer = Timer.scheduledTimer(timeInterval: 0.5, target: self, selector: #selector(delayTimerTimed), userInfo: imageView, repeats: false)
}