Default to enabling DCP/SubRip subtitles after they have been added.
[dcpomatic.git] / src / lib / dcp_subtitle_content.cc
index c457e84740ddbfab828876875f47349f51922093..742773043a8fc931b319e9af9a8110736dfe767b 100644 (file)
@@ -53,6 +53,9 @@ DCPSubtitleContent::examine (shared_ptr<Job> job)
        Content::examine (job);
 
        shared_ptr<dcp::SubtitleAsset> sc = load (path (0));
+
+       /* Default to turning these subtitles on */
+       set_use_subtitles (true);
        
        boost::mutex::scoped_lock lm (_mutex);