]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
6310 Set 'okay' default to True
authorJames Bevan <jbevan@x86box.com>
Sat, 14 Oct 2023 11:15:36 +0000 (12:15 +0100)
committerFlole998 <Flole998@users.noreply.github.com>
Sat, 14 Oct 2023 20:49:55 +0000 (22:49 +0200)
support/tvhmeta

index 54798391039d15036761b6f1879391fe879c9fa4..d336c23631e45517e2efcc532397a7a18854ea6c 100644 (file)
@@ -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)