Explorar el Código

move comment to separate line

dkanada hace 6 años
padre
commit
cf0460c7f9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;