Mention Credits in Edl config

This commit is contained in:
rlauu 2024-04-20 09:21:09 +02:00 committed by TwistedUmbrellaX
parent 3b4c4bf464
commit 8c80a6aff3
2 changed files with 3 additions and 2 deletions

View File

@ -193,7 +193,7 @@
</option>
<option value="Intro">
Intro (show a skip button, *experimental*)
Intro/Credit (show a skip button, *experimental*)
</option>
<option value="Mute">

View File

@ -182,7 +182,8 @@ public class BaseItemAnalyzerTask
}
_logger.LogInformation(
"Analyzing {Count} files from {Name} season {Season}",
"[Mode: {Mode}] Analyzing {Count} files from {Name} season {Season}",
mode,
items.Count,
first.SeriesName,
first.SeasonNumber);