mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-11 10:05:58 +01:00
Update dependencies && Fix status reporting if no subs are available for file
This commit is contained in:
@@ -100,6 +100,7 @@ public abstract class AttributeUpdaterKernel {
|
||||
List<FileAttribute> attributes = processor.loadAttributes(file);
|
||||
|
||||
if (attributes == null || attributes.isEmpty()) {
|
||||
log.warn("No attributes found for file {}", file);
|
||||
statistic.total();
|
||||
statistic.failure();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user