mirror of https://github.com/evilhero/mylar
Do not prepend V to volume when tagging with cmtag_start_year_as_volume
This commit is contained in:
parent
997808851d
commit
3488436c4b
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue