We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621065f commit aec48efCopy full SHA for aec48ef
backend/local/move-rarbg-subtitles.go
@@ -250,8 +250,8 @@ func cleanUpFiles(root string) error {
250
}
251
252
253
- if strings.ToUpper(d.Name()) == "RARBG_DO_NOT_MIRROR.EXE" ||
254
- (strings.HasPrefix(d.Name(), ".") && strings.ToUpper(filepath.Ext(path)) == ".PARTS") {
+ if strings.ToUpper(d.Name()) == "RARBG_DO_NOT_MIRROR.EXE" {
+ //|| (strings.HasPrefix(d.Name(), ".") && strings.ToUpper(filepath.Ext(path)) == ".PARTS")
255
err := os.RemoveAll(path)
256
if err != nil {
257
return err
0 commit comments