2025-12-10, 09:45 PM
After not getting any response, I decided to do a little digging on my own.
Doing an Inspect from Chrome to find the filters call, I found the Items/Filters2 API call, but suprisingly (to me anyway), it returns ABSOLUTELY NOTHING.
![[Image: Bgvxmxq.jpeg]](https://i.imgur.com/Bgvxmxq.jpeg)
So I tried the same call via Postman just to verify it returned nothing:
![[Image: Ngu356w.jpeg]](https://i.imgur.com/Ngu356w.jpeg)
After more digging, I found out that modifying the IncludeItemTypes parameter was the culprit. If you pass it 'Program', it ALWAYS returns nothing, but if you pass it another ItemType like TvProgram, the appropriate fields/values are returned:
![[Image: BlSaypp.jpeg]](https://i.imgur.com/BlSaypp.jpeg)
Is this just a bug or am I misunderstanding how ItemTypes work? I've dug through the database and there are no Items with a 'Program' ItemType.
Any help would be GREATLY appreciated.
Doing an Inspect from Chrome to find the filters call, I found the Items/Filters2 API call, but suprisingly (to me anyway), it returns ABSOLUTELY NOTHING.
![[Image: Bgvxmxq.jpeg]](https://i.imgur.com/Bgvxmxq.jpeg)
So I tried the same call via Postman just to verify it returned nothing:
![[Image: Ngu356w.jpeg]](https://i.imgur.com/Ngu356w.jpeg)
After more digging, I found out that modifying the IncludeItemTypes parameter was the culprit. If you pass it 'Program', it ALWAYS returns nothing, but if you pass it another ItemType like TvProgram, the appropriate fields/values are returned:
![[Image: BlSaypp.jpeg]](https://i.imgur.com/BlSaypp.jpeg)
Is this just a bug or am I misunderstanding how ItemTypes work? I've dug through the database and there are no Items with a 'Program' ItemType.
Any help would be GREATLY appreciated.

