aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Trickplay/TrickplayProvider.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Providers/Trickplay/TrickplayProvider.cs')
-rw-r--r--MediaBrowser.Providers/Trickplay/TrickplayProvider.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/Trickplay/TrickplayProvider.cs b/MediaBrowser.Providers/Trickplay/TrickplayProvider.cs
index 8606e148b1..be66dea8ad 100644
--- a/MediaBrowser.Providers/Trickplay/TrickplayProvider.cs
+++ b/MediaBrowser.Providers/Trickplay/TrickplayProvider.cs
@@ -97,7 +97,6 @@ namespace MediaBrowser.Providers.Trickplay
private async Task<ItemUpdateType> FetchInternal(Video item, MetadataRefreshOptions options, CancellationToken cancellationToken)
{
- // TODO: will "search for missing metadata" always trigger this?
// TODO: implement all config options -->
// TODO: this is always blocking for metadata collection, make non-blocking option
await _trickplayManager.RefreshTrickplayData(item, options.ReplaceAllImages, cancellationToken).ConfigureAwait(false);