diff options
author | dakkar <dakkar@thenautilus.net> | 2022-03-06 15:42:29 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2022-03-06 15:42:29 +0000 |
commit | ecaf6821d61462c9fc006408a52cf7ec4ec817b1 (patch) | |
tree | f0f071e8c1dfe69369afe5f179823c78505da94e /resources | |
parent | show apache config (diff) | |
download | media-control-ecaf6821d61462c9fc006408a52cf7ec4ec817b1.tar.gz media-control-ecaf6821d61462c9fc006408a52cf7ec4ec817b1.tar.bz2 media-control-ecaf6821d61462c9fc006408a52cf7ec4ec817b1.zip |
buttons for subs/audio tracks
Diffstat (limited to 'resources')
-rw-r--r-- | resources/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/index.html b/resources/index.html index ef38d38..cafac48 100644 --- a/resources/index.html +++ b/resources/index.html @@ -332,6 +332,11 @@ <td><button onclick="vlcCommand('stop')" class="control">⏹</button></td> </tr> <tr> + <td><button onclick="vlcCommand('subs')" class="control">🖹</button></td> + <td> </td> + <td><button onclick="vlcCommand('audio')" class="control">💬</button></td> + </tr> + <tr> <td colspan="3" id="playing-name"><p><span></span></p></td> </tr> <tr> |