I used to be able to query for TV Shows using the following URLs:
http://localhost:32400/search?query=Friends # Query all libraries http://localhost:32400/library/all?title=Friends # Query only your library http://localhost:32400/library/sections/2/all?title=Friends&type=2 # Query only TV Shows (provided section 2 is TV Shows)
The top and bottom one work as expected, but it seems the one in the middle no longer works for TV Shows, but does still work for titles of Movies. I know this is not officially supported, but seems like a regression so I'm bringing it up. Do all three of these URLs work for other people, or is it just me?