Forgot to update config object with the new generated file name

This commit is contained in:
Godzil 2018-06-26 21:52:17 +01:00
parent 3ac1f4ee9e
commit c56998312c

View File

@ -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)