mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-06 11:57:20 +08:00
Fixes #672
This commit is contained in:
parent
928d24e200
commit
6af7ccac64
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"master": {
|
||||
"qbit": "v4.6.6",
|
||||
"qbitapi": "2024.8.65"
|
||||
"qbit": "v5.0.0",
|
||||
"qbitapi": "2024.9.67"
|
||||
},
|
||||
"develop": {
|
||||
"qbit": "v5.0.0",
|
||||
|
|
|
@ -69,6 +69,7 @@ class RemoveOrphaned:
|
|||
"Aborting deletion to avoid accidental data loss."
|
||||
)
|
||||
self.config.notify(e, "Remove Orphaned", False)
|
||||
logger.debug(f"Orphaned files detected: {orphaned_files}")
|
||||
logger.warning(e)
|
||||
return
|
||||
elif orphaned_files:
|
||||
|
|
Loading…
Add table
Reference in a new issue