diff options
| author | Erik Rigtorp <erik@rigtorp.se> | 2020-05-14 11:56:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-14 11:56:31 -0700 |
| commit | de351839033815ad0e1ee15e3e0b5cc095065d25 (patch) | |
| tree | f40c467d3b6fa70b9a8333580a6ca6f2d525375f | |
| parent | fa1fef109911c734657f854f259681000a75f13a (diff) | |
Update MediaBrowser.Providers/Tmdb/Movies/TmdbSearch.cs
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
| -rw-r--r-- | MediaBrowser.Providers/Tmdb/Movies/TmdbSearch.cs | 2 |
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) |
