mirror of
				https://github.com/yattee/yattee.git
				synced 2025-10-31 04:31:54 +00:00 
			
		
		
		
	Fix possible crash
This commit is contained in:
		| @@ -290,8 +290,8 @@ struct Video: Identifiable, Equatable, Hashable { | ||||
|     } | ||||
|  | ||||
|     var localStreamIsFile: Bool { | ||||
|         guard let localStream else { return false } | ||||
|         return localStream.localURL.isFileURL | ||||
|         guard let url = localStream?.localURL else { return false } | ||||
|         return url.isFileURL | ||||
|     } | ||||
|  | ||||
|     var localStreamIsRemoteURL: Bool { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arkadiusz Fal
					Arkadiusz Fal