Update Items.brs

Updates Search Api to include all items including live TV
This commit is contained in:
candry7731 2021-06-09 09:11:58 -05:00 committed by GitHub
parent 0fab744b13
commit df5cafa030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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