summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 553c27e52e..d4d40bbe04 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -523,7 +523,7 @@ if(!parse_codec_cfg(get_path("codecs.conf"))){
}
- if(!num_filenames && !vcd_track && !dvd_title){
+ if(!num_filenames && !vcd_track && !dvd_title && !tv_param_on){
if(!use_gui){
// no file/vcd/dvd -> show HELP:
printf("%s",help_text);