Skip to content

Commit

Permalink
Merge pull request #88 from bcc32/fix-typo
Browse files Browse the repository at this point in the history
Fix incorrect field in log message
  • Loading branch information
ZeroQI authored Jun 2, 2021
2 parents d3161a5 + c19996e commit 7e3557a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def Update(metadata, media, lang, force, movie):
except: json_video_details = None
if json_video_details:
Log.Info('Attempting to read metadata from {}'.format(os.path.join(root, json_filename)))
videoId = Dict(json_video_details, 'title')
videoId = Dict(json_video_details, 'id')
Log.Info('# videoId [{}] not in Playlist/channel item list so loading json_video_details'.format(videoId))
Log.Info('[?] link: "https://www.youtube.com/watch?v={}"'.format(videoId))
thumb, picture = img_load(series_root_folder, filename) #Load locally
Expand Down

0 comments on commit 7e3557a

Please sign in to comment.