Fixed issue moving downloaded files in the base directory
This commit is contained in:
parent
02113a43dd
commit
6d4440de20
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ public class SymlinkDownloader(String uri, String destinationPath, String path)
|
|||
|
||||
potentialFilePaths.Add(fileName);
|
||||
potentialFilePaths.Add(fileNameWithoutExtension);
|
||||
// add an empty path so we can check for the new file in the base directory
|
||||
potentialFilePaths.Add("");
|
||||
|
||||
potentialFilePaths = potentialFilePaths.Distinct().ToList();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue