fixed progressbar crashing on non-video media

This commit is contained in:
Martin Sekera 2019-03-18 07:04:47 +01:00
parent 2929725416
commit e94c3d166f
3 changed files with 29 additions and 11 deletions

View file

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