소스 검색

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

Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
Erik Rigtorp 5 년 전
부모
커밋
de35183903
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)