Spanish translation

This commit is contained in:
BasioMeusPuga
2018-03-19 17:48:25 +05:30
parent aca08827fb
commit 7bdf01a67e
12 changed files with 3212 additions and 4371 deletions

View File

@@ -103,7 +103,10 @@ class Library:
except KeyError:
position_perc = None
file_exists = os.path.exists(path)
try:
file_exists = os.path.exists(path)
except UnicodeEncodeError:
print('Error with unicode encoding in the library module')
all_metadata = {
'title': title,