mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
move comment to separate line
This commit is contained in:
parent
18e6cd429a
commit
cf0460c7f9
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue