This website requires JavaScript.
Explore
idra
informatica
.it
Help
Register
Sign In
starred
/
MediaManager
Watch
1
Star
0
Fork
0
You've already forked MediaManager
mirror of
https://github.com/maxdorninger/MediaManager.git
synced
2026-04-20 07:54:19 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b3d93bcbe2f2504ccf09cc909987f69a5c1d8faa
MediaManager
/
media_manager
/
tv
History
maxDorninger
ad76d7c338
fix bug which causes the backend to crash when trying to import a season (function returns 3 values, but only 2 were expected)
2025-06-30 10:08:12 +02:00
..
__init__.py
refactor: change folder structure
2025-05-29 15:36:35 +02:00
dependencies.py
add get_torrent_by_id dependency, add 404 error message and make NotFoundException globally available
2025-06-08 18:40:30 +02:00
models.py
format code with ruff
2025-06-22 17:41:50 +02:00
repository.py
format code with ruff
2025-06-22 17:41:50 +02:00
router.py
fix code for importing movies
2025-06-24 17:37:58 +02:00
schemas.py
add proper validation error messages to custom model validators for requests
2025-06-24 19:31:08 +02:00
service.py
fix bug which causes the backend to crash when trying to import a season (function returns 3 values, but only 2 were expected)
2025-06-30 10:08:12 +02:00