diff --git a/Model/Player/Backends/MPVClient.swift b/Model/Player/Backends/MPVClient.swift index cc4a0ba6..255d3e98 100644 --- a/Model/Player/Backends/MPVClient.swift +++ b/Model/Player/Backends/MPVClient.swift @@ -86,7 +86,7 @@ final class MPVClient: ObservableObject { ] if mpv_render_context_create(&mpvGL, mpv, ¶ms) < 0 { - puts("failed to initialize mpv GL context") + print("failed to initialize mpv GL context") exit(1) }