Skip to content

Commit

Permalink
show file info
Browse files Browse the repository at this point in the history
  • Loading branch information
wsanchez committed Nov 9, 2023
1 parent 0bf2276 commit 806e556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/transmissions/indexer/_indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ async def _ensureTransmission(
path2=transmission.path,
)
return

transmission = existingTransmission

if computeChecksum and transmission.sha256 is None:
Expand Down
2 changes: 1 addition & 1 deletion src/transmissions/tui/_transmissiondetails.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TransmissionDetails(Static):
BORDER_TITLE = "Transmission Details"

transmission: reactive[TransmissionTuple | None] = reactive(None)
showFileInfo = reactive(False)
showFileInfo = reactive(True)
dateTimeDisplayFormat = reactive("[on] ddd YY/MM/DD [at] HH:mm:ss")
timeZone = reactive("US/Pacific")

Expand Down

0 comments on commit 806e556

Please sign in to comment.