A bit of code reformating and add an option to regenerate the .crpersistant file in case it become corrupted and Crunchy try to redownload everything.

This commit is contained in:
Godzil
2018-06-01 20:37:10 +01:00
parent 6ad4cbed0a
commit 849c7612aa
6 changed files with 109 additions and 45 deletions

View File

@@ -17,4 +17,5 @@ interface IConfig {
resolution?: string;
video_format?: string;
video_quality?: string;
rebuildcrp?: boolean;
}