Add method to notify sink when a source has updated its metadata.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / filter / MultiSourceFilter.java
index 33424ac..a505c92 100644 (file)
@@ -108,6 +108,11 @@ public class MultiSourceFilter implements Filter, ReusableSink {
                }
        }
 
+       @Override
+       public void metadataUpdated() {
+               /* ignore. */
+       }
+
        /**
         * The connection feeds the input from the currently connected source to the
         * input stream that {@link #get(int)} will get its data from.