From b26ffaa3d0815bae5ea7663df8690326c4a06e56 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 22 Aug 2024 14:27:26 +0200 Subject: fix(constants): Don't set a default subtile language Always fetching a subtitle file is rather counterproductive. --- src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit 1.4.1