From df5cafa030cae4036f12bee691a5e0f70a06f500 Mon Sep 17 00:00:00 2001 From: candry7731 <83685828+candry7731@users.noreply.github.com> Date: Wed, 9 Jun 2021 09:11:58 -0500 Subject: [PATCH] Update Items.brs Updates Search Api to include all items including live TV --- source/api/Items.brs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/api/Items.brs b/source/api/Items.brs index 199297e4..3dbd9e87 100644 --- a/source/api/Items.brs +++ b/source/api/Items.brs @@ -39,11 +39,12 @@ function SearchMedia(query as string) "IncludeGenres": false, "IncludeStudios": false, "IncludeArtists": false, - ' "IncludeItemTypes: "Movie", + "IncludeItemTypes": "TvChannel,Movie,BoxSet,Series,Episode,Trailer,Video,AdultVideo,MusicVideo,Genre,MusicGenre,MusicArtist,Person" "EnableTotalRecordCount": false, "ImageTypeLimit": 1, "Recursive": true }) + data = getJson(resp) results = [] for each item in data.Items