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:
beville@gmail.com 2012-11-15 06:21:19 +00:00
parent 0087d1cbb8
commit df5dbffd84

View File

@ -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"