diff options
author | dakkar <dakkar@thenautilus.net> | 2022-04-23 15:34:02 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2022-04-23 15:34:02 +0000 |
commit | 64d6b5e0d6e6b1473821873cbe149c4333cabf45 (patch) | |
tree | b926aff10bb0da376657927243cdcfb9ae891773 /resources | |
parent | move seek button below seek bar (diff) | |
download | media-control-64d6b5e0d6e6b1473821873cbe149c4333cabf45.tar.gz media-control-64d6b5e0d6e6b1473821873cbe149c4333cabf45.tar.bz2 media-control-64d6b5e0d6e6b1473821873cbe149c4333cabf45.zip |
snapshot button
Diffstat (limited to 'resources')
-rw-r--r-- | resources/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/index.html b/resources/index.html index c8901d7..095df5a 100644 --- a/resources/index.html +++ b/resources/index.html @@ -395,6 +395,10 @@ <td><button onclick="vlcCommand('seek',{val:'+30'})" class="control small">+30"</button></td> <td><button onclick="vlcCommand('seek',{val:'+60'})" class="control small">+1'</button></td> </tr> + <tr> + <td><button onclick="vlcCommand('snapshot')" class="control">📷</button></td> + <td colspan="5"> </td> + </tr> </table> </details> <details id="files" class="file-list"> |