Browse Source

move comment to separate line

dkanada 5 năm trước cách đây
mục cha
commit
cf0460c7f9
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      MediaBrowser.Providers/TV/TheTVDB/TvDbClientManager.cs

+ 2 - 1
MediaBrowser.Providers/TV/TheTVDB/TvDbClientManager.cs

@@ -167,7 +167,8 @@ namespace MediaBrowser.Providers.TV.TheTVDB
                     case "absolute":
                         episodeQuery.AbsoluteNumber = searchInfo.IndexNumber.Value;
                         break;
-                    default: //aired order
+                    default:
+                        //aired order
                         episodeQuery.AiredEpisode = searchInfo.IndexNumber.Value;
                         episodeQuery.AiredSeason = searchInfo.ParentIndexNumber.Value;
                         break;