Skip to content

Commit

Permalink
Chore: minor adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
xjasonlyu committed Dec 15, 2023
1 parent a8831ea commit 8fe765f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def search_media(self, results, media, lang, manual=False):
Log.Warn('Movie provider filter enabled but never used')

if not search_results:
Log.Warn('Movie not found: {items}'.format(items=vars(media)))
Log.Warn('Movie not found: {name}'.format(name=media.name))
return results

for i, m in enumerate(search_results):
Expand Down Expand Up @@ -285,7 +285,7 @@ def update_media(self, metadata, media, lang, force=False):
metadata.summary = m.summary
metadata.original_title = original_title

# Set pid to tagline field
# Set pid to Tagline
metadata.tagline = '{pid:s}'.format(pid=pid)

# Content Rating
Expand Down

0 comments on commit 8fe765f

Please sign in to comment.