Add name to all controlled components.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / filter / LameMp3Decoder.java
index cb23259..7493b3e 100644 (file)
@@ -41,6 +41,7 @@ public class LameMp3Decoder extends ExternalMp3Decoder {
         *              The location of the binary
         */
        public LameMp3Decoder(String binary) {
+               super("LAME Decoder");
                this.binary = binary;
        }