mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
fix warning
This commit is contained in:
parent
9fa6199c1c
commit
796bb55b91
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ struct CastFileGenerator {
|
||||||
|
|
||||||
// Check if it's a header
|
// Check if it's a header
|
||||||
if let dict = parsed as? [String: Any],
|
if let dict = parsed as? [String: Any],
|
||||||
let version = dict["version"] as? Int,
|
dict["version"] as? Int != nil,
|
||||||
let w = dict["width"] as? Int,
|
let w = dict["width"] as? Int,
|
||||||
let h = dict["height"] as? Int {
|
let h = dict["height"] as? Int {
|
||||||
sessionWidth = w
|
sessionWidth = w
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue