Update MediaBrowser.Providers/Tmdb/Movies/TmdbSearch.cs

Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
Erik Rigtorp 2020-05-14 11:56:31 -07:00 committed by GitHub
parent fa1fef1099
commit de35183903
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)