Skip to content

Commit

Permalink
Fix repo addon fanart
Browse files Browse the repository at this point in the history
  • Loading branch information
ping committed Feb 21, 2019
1 parent ef886cf commit 52ad0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build_repo_addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def main():
repo_dir=dir_info,
repo_addon_summary='A personal Kodi addon repository from https://github.com/{}/{}'.format(
args.repo_user, args.repo_name),
fanart_file=fanart_file,
fanart_file='resources/fanart.jpg' if fanart_file else '',
))

print('Generated {}'.format(output_file))
Expand Down

0 comments on commit 52ad0f0

Please sign in to comment.