Small cleanup.
[dcpomatic.git] / src / lib / player.cc
index 10e47686283d7df200c15e7ff88193909305fc06..ecf37b57662b6b89c198a15f3035626ba3b5dce7 100644 (file)
@@ -219,7 +219,10 @@ Player::playlist_content_changed (weak_ptr<Content> w, int property, bool freque
                property == ContentProperty::TRIM_END ||
                property == ContentProperty::PATH ||
                property == VideoContentProperty::VIDEO_FRAME_TYPE ||
-               property == DCPContentProperty::CAN_BE_PLAYED
+               property == DCPContentProperty::CAN_BE_PLAYED ||
+               property == SubRipContentProperty::SUBTITLE_COLOUR ||
+               property == SubRipContentProperty::SUBTITLE_OUTLINE ||
+               property == SubRipContentProperty::SUBTITLE_OUTLINE_COLOUR
                ) {
 
                _have_valid_pieces = false;