mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
single file torrent sub directory name changed. fixes #176
This commit is contained in:
parent
889efcde32
commit
ea80cbaf24
3 changed files with 12 additions and 2 deletions
|
@ -149,6 +149,10 @@ def is_sample(filePath, inputName, minSampleSize):
|
|||
|
||||
|
||||
def copy_link(filePath, targetDirectory, useLink, outputDestination):
|
||||
if os.path.isfile(targetDirectory):
|
||||
Logger.info("COPYLINK: target file already exists. Nothing to be done")
|
||||
return True
|
||||
|
||||
create_destination(outputDestination)
|
||||
if useLink == "hard":
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue