Display the subtitle stream for a given session

If no subtitles, display this in the sessions card.

Reduced the font size of playback details to prevent the card getting too crowded.

MINOR: Fixed readme instruction for installing npm packages
This commit is contained in:
fuzz
2023-10-17 18:40:46 +01:00
parent aef4a08e32
commit fae4246fb9
3 changed files with 28 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
## Getting Started with Development
- Clone the project from git
- set your env variables before strating the server (Variable names as per the docker compose file).
- Run `npm init` to install necessary packages
- Run `npm install` to install necessary packages
- Run `npm run start-server` to only run the backend nodejs server
- Run `npm run start` to only run the frontend React UI
- Run `npm run start-app` to run both backend and frontend at the same time