Grote aanpassingen gedaan tbv. selector: een worker kan nu active en deactive zijn. Initialise werkt nu anders.
This commit is contained in:
@@ -24,8 +24,8 @@ final class JNIWinamp {
|
||||
/**
|
||||
* Verify if Winamp is started
|
||||
* and if not started, starts it
|
||||
* @return True - if successful run Winamp
|
||||
* False - if not successful run Winamp
|
||||
* @return True - if successful running Winamp
|
||||
* False - if not successful running Winamp
|
||||
*/
|
||||
|
||||
protected static native boolean run() throws UnsatisfiedLinkError;
|
||||
|
||||
@@ -76,7 +76,7 @@ public class WinampController {
|
||||
public static void run() throws Exception{
|
||||
|
||||
if (!JNIWinamp.run())
|
||||
throw new Exception("Unable to run Winamp. Verify if it is properly installed");
|
||||
throw new Exception("Unable to running Winamp. Verify if it is properly installed");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user