Update repair tool

This commit is contained in:
Mukhtar Akere
2025-06-19 15:56:01 +01:00
parent 086aa3b1ff
commit 7474011ef0
5 changed files with 695 additions and 191 deletions

View File

@@ -25,6 +25,7 @@ type ContentFile struct {
IsSymlink bool `json:"isSymlink"`
IsBroken bool `json:"isBroken"`
SeasonNumber int `json:"seasonNumber"`
Processed bool `json:"processed"`
}
func (file *ContentFile) Delete() {