mirror of
https://github.com/jellyfin/Swiftfin.git
synced 2024-11-23 05:59:51 +00:00
fix ios build error
This commit is contained in:
parent
1e34c9baee
commit
8fa2a624bf
@ -30,7 +30,7 @@ class VideoPlayerSettingsView: UIViewController {
|
||||
}
|
||||
|
||||
struct VideoPlayerSettings: View {
|
||||
@State var delegate: PlayerViewController
|
||||
@State var delegate: PlayerViewController!
|
||||
@State var captionTrack: Int32 = -99;
|
||||
@State var audioTrack: Int32 = -99;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user