Stopped grabbing issue count from CV.
git-svn-id: http://comictagger.googlecode.com/svn/trunk@44 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
parent
0087d1cbb8
commit
df5dbffd84
@ -193,7 +193,7 @@ class ComicVineTalker(QObject):
|
||||
metadata.publisher = volume_results['publisher']['name']
|
||||
metadata.publicationMonth = issue_results['publish_month']
|
||||
metadata.publicationYear = issue_results['publish_year']
|
||||
metadata.issueCount = volume_results['count_of_issues']
|
||||
#metadata.issueCount = volume_results['count_of_issues']
|
||||
metadata.comments = self.cleanup_html(issue_results['description'])
|
||||
|
||||
metadata.notes = "Tagged with ComicTagger using info from Comic Vine:\n"
|
||||
|
Loading…
Reference in New Issue
Block a user