aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MediaBrowser.Providers/Tmdb/Movies/TmdbSearch.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/Tmdb/Movies/TmdbSearch.cs b/MediaBrowser.Providers/Tmdb/Movies/TmdbSearch.cs
index b6c722659..aa42fd81a 100644
--- a/MediaBrowser.Providers/Tmdb/Movies/TmdbSearch.cs
+++ b/MediaBrowser.Providers/Tmdb/Movies/TmdbSearch.cs
@@ -100,7 +100,7 @@ namespace MediaBrowser.Providers.Tmdb.Movies
}
}
- // Ideally retrying alternatives should be done outside the search
+ // TODO: retrying alternatives should be done outside the search
// provider so that the retry logic can be common for all search
// providers
if (results.Count == 0)