From: James Bevan Date: Sat, 14 Oct 2023 11:15:36 +0000 (+0100) Subject: 6310 Set 'okay' default to True X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d92f58fadf6b63c0a5a79a52d67f51e85b02be3;p=thirdparty%2Ftvheadend.git 6310 Set 'okay' default to True --- diff --git a/support/tvhmeta b/support/tvhmeta index 547983910..d336c2363 100644 --- a/support/tvhmeta +++ b/support/tvhmeta @@ -242,7 +242,7 @@ class TvhMeta(): # Our json looks like this: # {"entries":[{"uuid":"abc..,"image":"...","fanart_image":"...","title":{"eng":"TITLE"},"copyright_year":2014}]} # So go through the structure to get the record - okay = False + okay = True recjson = self.request("api/idnode/load", data) try: recall = json.loads(recjson)