Revert "This needs to be false or the API is broken"

This reverts commit fcaff967f0610c59493015626ad2ef23c5856ab1.
This commit is contained in:
TwistedUmbrellaX 2024-11-17 09:20:05 -05:00
parent fcaff967f0
commit 86f2c7e04c

View File

@ -41,7 +41,7 @@ namespace IntroSkipper.Manager
{ {
try try
{ {
var existingSegments = await _mediaSegmentManager.GetSegmentsAsync(episode.EpisodeId, null, false).ConfigureAwait(false); var existingSegments = await _mediaSegmentManager.GetSegmentsAsync(episode.EpisodeId, null, true).ConfigureAwait(false);
await Task.WhenAll(existingSegments.Select(s => _mediaSegmentManager.DeleteSegmentAsync(s.Id))).ConfigureAwait(false); await Task.WhenAll(existingSegments.Select(s => _mediaSegmentManager.DeleteSegmentAsync(s.Id))).ConfigureAwait(false);
} }
catch (Exception vs) catch (Exception vs)