Skip to content

Commit 53a7eff

Browse files
Merge pull request #40 from Web-Multi-Media/customsub
Add custom subtitles
2 parents 890ecdd + 63a0148 commit 53a7eff

5 files changed

Lines changed: 256 additions & 22 deletions

File tree

docker-compose-prod.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ services:
2727
environment:
2828
- DEPLOY_ENV=production
2929
volumes:
30-
- ./backend/:/usr/src/app/
3130
- ./Videos/:/usr/src/app/Videos
3231
- /static/
3332
- ipython:/root/.ipython

frontend/package-lock.json

Lines changed: 189 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"react-scripts": "3.0.1",
2323
"react-slick": "^0.25.2",
2424
"reactstrap": "^8.4.1",
25-
"styled-components": "latest"
25+
"styled-components": "latest",
26+
"srt-webvtt": "1.0.1"
2627
},
2728
"scripts": {
2829
"prestart": "if [ ! -d node_modules ]; then npm install; fi",

0 commit comments

Comments
 (0)