fix crash on audio-less files

This commit is contained in:
Martinez 2018-10-11 00:00:31 +02:00
parent 4f9cac78c5
commit ddb5f38d75
2 changed files with 3 additions and 1 deletions

View file

@ -4,5 +4,5 @@
major = 1 # VERSION_MAJOR_IDENTIFIER
minor = 111 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 1.111
patch = 1 # VERSION_PATCH_IDENTIFIER
patch = 2 # VERSION_PATCH_IDENTIFIER
str = ".".join(str(v) for v in (major, minor, patch))