浏览代码

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)