Skip to content

Commit

Permalink
Fix tags on latest daily
Browse files Browse the repository at this point in the history
  • Loading branch information
Cazzar committed Nov 8, 2017
1 parent 53e4e45 commit 9382f16
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 @@ -114,7 +114,7 @@ def Update(self, metadata, media, lang, force, movie):

tags = []
for tag in series['tags']:
tags.append(tag['tag'])
tags.append(tag)

metadata.genres = tags

Expand Down

0 comments on commit 9382f16

Please sign in to comment.