noissue - Fix show errors in player

This commit is contained in:
2023-10-17 14:03:56 +03:00
parent 6c4ef795a7
commit d4864e48f7
@@ -88,7 +88,7 @@ final class PlayerFlutterPlatform: NSObject, FlutterStreamHandler {
self.lastEvent = .error
let flutterError = FlutterError(code: "NutPlayerError",
message: error.localizedDescription,
details: error)
details: "\(error)")
self.sinkEvent?(flutterError)
default:
break