We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbaf0f commit f8651c7Copy full SHA for f8651c7
src/replit/audio/__init__.py
@@ -133,7 +133,7 @@ def does_loop(self) -> bool:
133
@property
134
def duration(self) -> timedelta:
135
"""The duration of the source."""
136
- return timedelta(millaseconds=self.__payload["Duration"])
+ return timedelta(milliseconds=self.__payload["Duration"])
137
138
def get_volume(self) -> float:
139
"""The volume the source is set to."""
0 commit comments