You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For shows, currently the BaseItem event only includes the ItemId for the episode itself. It would be nice to also have the ID for the season and show as well. For instance I would like to include the backdrop image for the show itself in notifications and not just the episode image, but without the ID for the show or season, I don't see a way of doing this currently. We already have the show name and season number, so it seems natural to include the show and season IDs as well.
The text was updated successfully, but these errors were encountered:
Oh, it seems you are right. I'll have to test that out then, in which case I suppose this issue should be changed from adding the IDs themselves to just updating to documentation/readme to list them as well as I at least only check that when looking to create templates and not the C# code itself.
For shows, currently the
BaseItem
event only includes theItemId
for the episode itself. It would be nice to also have the ID for the season and show as well. For instance I would like to include the backdrop image for the show itself in notifications and not just the episode image, but without the ID for the show or season, I don't see a way of doing this currently. We already have the show name and season number, so it seems natural to include the show and season IDs as well.The text was updated successfully, but these errors were encountered: