Commit ce09379b authored by Max Kellermann's avatar Max Kellermann

Main: use Instance::Shutdown()

parent b27fb643
...@@ -756,7 +756,7 @@ JNIEXPORT void JNICALL ...@@ -756,7 +756,7 @@ JNIEXPORT void JNICALL
Java_org_musicpd_Bridge_shutdown(JNIEnv *, jclass) Java_org_musicpd_Bridge_shutdown(JNIEnv *, jclass)
{ {
if (instance != nullptr) if (instance != nullptr)
instance->event_loop->Break(); instance->Shutdown();
} }
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment