Add support for Join sets where the parity protects the split files
[rarslave2.git] / rarslave.py
index 001bf0f..20c0288 100755 (executable)
@@ -269,6 +269,7 @@ def findUniqueSets(directory, files):
 def runEachType(cs, options):
 
     types = (
 def runEachType(cs, options):
 
     types = (
+        PAR2Set.JoinProtected,
         PAR2Set.Join,
         PAR2Set.ZIP,
         PAR2Set.OldRAR,
         PAR2Set.Join,
         PAR2Set.ZIP,
         PAR2Set.OldRAR,