summaryrefslogtreecommitdiff
path: root/Completion/X/Command/_mplayer
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/X/Command/_mplayer')
-rw-r--r--Completion/X/Command/_mplayer4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplayer
index 81669fc1c..eaf6e84bc 100644
--- a/Completion/X/Command/_mplayer
+++ b/Completion/X/Command/_mplayer
@@ -114,8 +114,8 @@ case "$state" in
mfiles)
_tags files urls
while _tags; do
- _requested files expl 'video file' _files -g \
- "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|qt|rm|vob|wav|webm|wma|wmv)(-.)" && ret=0
+ _requested files expl 'media file' _files -g \
+ "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|ogv|qt|rm|ts|vob|wav|webm|wma|wmv)(-.)" && ret=0
if _requested urls; then
while _next_label urls expl URL; do
_urls "$expl[@]" && ret=0