diff options
author | CastagnaIT <gottardo.stefano.83@gmail.com> | 2021-10-26 16:24:38 +0200 |
---|---|---|
committer | CastagnaIT <gottardo.stefano.83@gmail.com> | 2021-10-26 16:24:38 +0200 |
commit | 6eb770bf08ebed7b3f125e5faed46ab46337fe1c (patch) | |
tree | 36997062e62e8d67e7e383642074cbbefd1cb442 /tools/windows | |
parent | 3f8c9144115d8fb473c273e1d4e26224bd77ba07 (diff) |
[Subtitles][Webvtt] Implemented WebVTT parser
Diffstat (limited to 'tools/windows')
-rw-r--r-- | tools/windows/packaging/uwp/package.appxmanifest.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/windows/packaging/uwp/package.appxmanifest.in b/tools/windows/packaging/uwp/package.appxmanifest.in index 08291e3d9d..be0705ebbd 100644 --- a/tools/windows/packaging/uwp/package.appxmanifest.in +++ b/tools/windows/packaging/uwp/package.appxmanifest.in @@ -196,6 +196,7 @@ <uap:FileType>.smi</uap:FileType> <uap:FileType>.srt</uap:FileType> <uap:FileType>.ssa</uap:FileType> + <uap:FileType>.vtt</uap:FileType> <uap:FileType>.sub</uap:FileType> <uap:FileType>.text</uap:FileType> <uap:FileType>.txt</uap:FileType> |