feature: add support for displaying chapters (#15)

* feat: add initial code for reading chapters

* feat: add more fields for supporting chapters and chapter tags.
This commit is contained in:
Alfred Gutierrez
2022-01-17 20:02:28 -08:00
committed by GitHub
parent b1562b6a05
commit ff36b01373
5 changed files with 91 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ffprobe-wasm",
"version": "0.6.0",
"version": "0.7.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",