Fix credits skip button

This commit is contained in:
rlauuzo 2024-11-06 22:39:26 +01:00 committed by GitHub
parent 1304acc312
commit dcb034ff89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,7 +149,7 @@ public class SkipIntroController(MediaSegmentUpdateManager mediaSegmentUpdateMan
segments[AnalysisMode.Introduction] = introSegment; segments[AnalysisMode.Introduction] = introSegment;
} }
if (segments.TryGetValue(AnalysisMode.Introduction, out var creditSegment)) if (segments.TryGetValue(AnalysisMode.Credits, out var creditSegment))
{ {
segments[AnalysisMode.Credits] = creditSegment; segments[AnalysisMode.Credits] = creditSegment;
} }