Skip to content

Commit

Permalink
fix: show entries in root of drive when drive is selected in browser …
Browse files Browse the repository at this point in the history
…input

Signed-off-by: miigotu <[email protected]>
  • Loading branch information
miigotu committed Feb 21, 2024
1 parent 66bd753 commit 9be87c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sickchill/oldbeard/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ def folders_at_path(path: Path, include_parent: bool = False, include_files: boo
# entries.append({"name": share, "path": share})
except Exception:
logger.debug("Attempting to get windows drives and shares failed", exc_info=True, stack_info=True)

return entries
else:
entries = [{"currentPath": str(path.resolve())}]
if include_parent:
Expand Down

0 comments on commit 9be87c0

Please sign in to comment.