fix warning

This commit is contained in:
Peter Steinberger 2025-06-16 09:12:57 +02:00
parent 9fa6199c1c
commit 796bb55b91

View file

@ -68,7 +68,7 @@ struct CastFileGenerator {
// Check if it's a header
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 h = dict["height"] as? Int {
sessionWidth = w