Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanjacobd committed Mar 8, 2025
1 parent d36ff0b commit bf8c776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/playback/torrents_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,14 +482,14 @@ def set_temp_path(t, temp_path):
if temp_path is None:
return

print(" ", t.download_path, "-->", temp_path)
print(" ", t.download_path, "-->", temp_path)
qbt_client.torrents_set_download_path(str(temp_path), torrent_hashes=[t.hash])

def set_download_path(t, download_path):
if download_path is None:
return

print(" ", t.save_path, "==>", download_path)
print(" ", t.save_path, "==>", download_path)
qbt_client.torrents_set_save_path(str(download_path), torrent_hashes=[t.hash])

for idx, t in enumerate(torrents):
Expand Down

0 comments on commit bf8c776

Please sign in to comment.