Forgot to update config object with the new generated file name
This commit is contained in:
parent
3ac1f4ee9e
commit
c56998312c
@ -100,6 +100,8 @@ function download(config: IConfig, page: IEpisodePage, player: IEpisodePlayer, d
|
||||
} while (fileExist(filePath + '.mkv'));
|
||||
|
||||
log.warn('Renaming to \'' + fileName + '\'...');
|
||||
|
||||
config.filename = fileName;
|
||||
}
|
||||
|
||||
if (config.rebuildcrp)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user