Took the ChangeTracker reporting out of GeneratingProducerNode and put it into the...
[mir.git] / source / mircoders / media / MediaHandlerOgg.java
index 1bb3bcf..4954437 100755 (executable)
@@ -87,6 +87,7 @@ public class MediaHandlerOgg extends MediaHandlerAudio implements MediaHandler
     try {
       IORoutines.writeStream(oggPointer, "us-ascii",
           new FileOutputStream(getBaseStoragePath() + File.separator + datePath + File.separator  + playlistFile));
+          reportChange(getBaseStoragePath() + File.separator + datePath + File.separator  + playlistFile);
     }
     catch (Throwable e) {
       logger.error("MediaHandlerOgg.execute: " + e.toString());