avorg/backend
tigeren 78100ad2db fix: downgrade react-player to version 2.16.1 and update import statement
- Changed the react-player dependency version in package.json from 3.3.1 to 2.16.1.
- Updated the import statement in App.jsx from VideoPlayer to ReactPlayer.
- Added onReady and onError event handlers to the ReactPlayer component for better error handling and logging.
2025-08-23 17:00:27 +00:00
..
__init__.py Initial commit 2025-08-23 09:37:49 +00:00
database.py Initial commit 2025-08-23 09:37:49 +00:00
main.py Implement code changes to enhance functionality and improve performance 2025-08-23 16:16:19 +00:00
models.py Initial commit 2025-08-23 09:37:49 +00:00
requirements.txt Initial commit 2025-08-23 09:37:49 +00:00
schemas.py Initial commit 2025-08-23 09:37:49 +00:00
uvicorn.log fix: downgrade react-player to version 2.16.1 and update import statement 2025-08-23 17:00:27 +00:00
video_scanner.py feat: add delete functionality for video paths and videos, and enhance UI with remove buttons 2025-08-23 15:58:50 +00:00