Do not prepend V to volume when tagging with cmtag_start_year_as_volume

This commit is contained in:
Steffen Holm Karstensen 2017-06-23 20:34:11 +02:00 committed by evilhero
parent 997808851d
commit 3488436c4b
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ def run(dirName, nzbName=None, issueid=None, comversion=None, manual=None, filen
tagoptions = ["-s"]
if mylar.CMTAG_VOLUME:
if mylar.CMTAG_START_YEAR_AS_VOLUME:
comversion = 'V' + str(comversion)
comversion = str(comversion)
else:
if any([comversion is None, comversion == '', comversion == 'None']):
comversion = '1'