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