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

Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
pull/3056/head
Erik Rigtorp 4 years ago committed by GitHub
parent fa1fef1099
commit de35183903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save