Bug on ChannelTag and JSON API
Added by Ofink Uspärk almost 10 years ago
Hi,
I'm using the TVH plugin for Plex, and I found a bug in the JSON API related to channel tags (TVH version 2014-11-27):
- Command: "$ curl 'http://user:[email protected]:9981/api/channeltag/grid' "
- Result: Receive the full list of channels, wihtout channels asigned as "PRIVATE" but including channels with tag "INTERNAL".
- Change: I feel this ins't the expected result, because INTERNAL tags are only for internal use, so you don't need to send using the API.
Also:
- Command: "$ curl 'http://user:[email protected]:9981/api/channel/grid' "
- Result: Only received channel that don't have ANY tag marked as "INTERNAL". This is a bug! You need to receive all channel that have ONE tag assigned to you.
- Change: Filter channel list with "at minimum" one INTERNAL tag listed, and remove only if it's PROVATE.
Please, can you change this behaviour?
Thank you.