about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/constants.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.rs b/src/constants.rs
index 00919ce..cb8388d 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -17,7 +17,7 @@ pub const LOCAL_COMMENTS_LENGTH: usize = 1000;
 
 // NOTE: KEEP THIS IN SYNC WITH THE `mpv_playback_speed` in `cli.rs` <2024-08-20>
 pub const DEFAULT_MPV_PLAYBACK_SPEED: f64 = 2.7;
-pub const DEFAULT_SUBTITLE_LANGS: &str = "en";
+pub const DEFAULT_SUBTITLE_LANGS: &str = "";
 
 pub const CONCURRENT_DOWNLOADS: u32 = 5;
 // We download to the temp dir to avoid taxing the disk