Mention Credits in Edl config
This commit is contained in:
parent
3b4c4bf464
commit
8c80a6aff3
@ -193,7 +193,7 @@
|
|||||||
</option>
|
</option>
|
||||||
|
|
||||||
<option value="Intro">
|
<option value="Intro">
|
||||||
Intro (show a skip button, *experimental*)
|
Intro/Credit (show a skip button, *experimental*)
|
||||||
</option>
|
</option>
|
||||||
|
|
||||||
<option value="Mute">
|
<option value="Mute">
|
||||||
|
@ -182,7 +182,8 @@ public class BaseItemAnalyzerTask
|
|||||||
}
|
}
|
||||||
|
|
||||||
_logger.LogInformation(
|
_logger.LogInformation(
|
||||||
"Analyzing {Count} files from {Name} season {Season}",
|
"[Mode: {Mode}] Analyzing {Count} files from {Name} season {Season}",
|
||||||
|
mode,
|
||||||
items.Count,
|
items.Count,
|
||||||
first.SeriesName,
|
first.SeriesName,
|
||||||
first.SeasonNumber);
|
first.SeasonNumber);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user