mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-11 02:05:56 +01:00
9 lines
161 B
Java
9 lines
161 B
Java
package at.pcgamingfreaks.mkvaudiosubtitlechanger.model;
|
|
|
|
public enum FileStatus {
|
|
CHANGE_NECESSARY,
|
|
UNABLE_TO_APPLY,
|
|
ALREADY_SUITED,
|
|
UNKNOWN;
|
|
}
|