Handle multiple audio streams in a single piece of content
[dcpomatic.git] / src / wx / timeline.cc
index f1c6e30f342c981f2dc307228e4929fdadc35e2a..c1713bb61262e2bcc27047a60eadb2b9186baf47 100644 (file)
@@ -142,7 +142,7 @@ Timeline::playlist_content_changed (int property)
                        setup_pixels_per_second ();
                }
                Refresh ();
-       } else if (property == AudioContentProperty::AUDIO_MAPPING) {
+       } else if (property == AudioContentProperty::AUDIO_STREAMS) {
                recreate_views ();
        }
 }