Revert "This needs to be false or the API is broken"
This reverts commit fcaff967f0610c59493015626ad2ef23c5856ab1.
This commit is contained in:
parent
fcaff967f0
commit
86f2c7e04c
@ -41,7 +41,7 @@ namespace IntroSkipper.Manager
|
||||
{
|
||||
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);
|
||||
}
|
||||
catch (Exception vs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user