summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-05-11 22:22:33 +0200
committerYour Name <you@example.com>2021-05-11 22:22:33 +0200
commitded36a4470a5970693ee0ceb2f43baa5db470cd3 (patch)
tree25f4b9a9225fc13e685436266d8eb78e8265f444 /options
parentcbb8f534b064f144820435148e516978de08cb30 (diff)
downloadmpv-ded36a4470a5970693ee0ceb2f43baa5db470cd3.tar.bz2
mpv-ded36a4470a5970693ee0ceb2f43baa5db470cd3.tar.xz
options: add some entries to --display-tags defaults
Useful for the previous commit.
Diffstat (limited to 'options')
-rw-r--r--options/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/options.c b/options/options.c
index d729c17958..309626336b 100644
--- a/options/options.c
+++ b/options/options.c
@@ -1032,6 +1032,7 @@ static const struct MPOpts mp_default_opts = {
"Artist", "Album", "Album_Artist", "Comment", "Composer",
"Date", "Description", "Genre", "Performer", "Rating",
"Series", "Title", "Track", "icy-title", "service_name",
+ "Uploader", "Channel_URL",
NULL
},