-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Refactor codebase to improve logging, error handling, and s…
…ession management - Added detailed logging for various scenarios in `realdebrid.py` to improve debugging. - Enhanced error handling in `_download_item` method in `realdebrid.py`. - Introduced session refresh for blacklisted streams in `realdebrid.py` and `item.py`. - Added `requested_id` attribute to `MediaItem` class in `item.py`. - Updated `copy_attributes` method in `trakt.py` to include new attributes. - Refactored `delete_item_symlinks` method in `symlink.py` for better readability. - Improved session management in `db_functions.py` by adding `store_state` calls. - Enhanced `Overseerr` class in `overseerr.py` to include `requested_id` and improved logging. - Minor code cleanups and added type hints for better code quality. feat: Removal of Symlinks and Overseerr requests on removal of item from riven.
- Loading branch information
1 parent
072a352
commit 276ed79
Showing
8 changed files
with
98 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.