This commit is contained in:
2025-10-03 16:55:38 +02:00
parent 2316435af8
commit dfd0902256
7 changed files with 122 additions and 47 deletions

View File

@ -17,4 +17,4 @@ class Codec:
@property
def name(self):
return self._ref.contents.name
return self._ref.contents.name.decode("utf-8")