Explorar o código

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

Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
Erik Rigtorp %!s(int64=5) %!d(string=hai) anos
pai
achega
de35183903
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      MediaBrowser.Providers/Tmdb/Movies/TmdbSearch.cs

+ 1 - 1
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)