Fix file count if no info was found

This commit is contained in:
RatzzFatzz
2025-02-06 00:00:28 +01:00
parent 471255a09b
commit dc770c9325
3 changed files with 12 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ package at.pcgamingfreaks.mkvaudiosubtitlechanger.model;
public enum FileStatus {
CHANGE_NECESSARY,
UNABLE_TO_APPLY,
NO_SUITABLE_CONFIG,
ALREADY_SUITED,
UNKNOWN;
}