Skip to content

Commit

Permalink
Ensure that the program minter actually sets the season number on epi…
Browse files Browse the repository at this point in the history
…sodes
  • Loading branch information
chrisbenincasa committed Feb 28, 2024
1 parent b5c768e commit c1f6825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/util/programMinter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function mintEpisodeProgram(
year: plexEpisode.year,
showTitle: plexEpisode.grandparentTitle,
showIcon: plexEpisode.grandparentThumb,
season: plexEpisode.parentIndex,
episode: plexEpisode.index,
parentExternalKey: plexEpisode.parentRatingKey,
grandparentExternalKey: plexEpisode.grandparentRatingKey,
Expand Down

0 comments on commit c1f6825

Please sign in to comment.