Skip to content

Commit 599053f

Browse files
committed
feat: new media-player attribute media_position_updated_at
Relates to unfoldedcircle/feature-and-bug-tracker#443
1 parent 8cbe528 commit 599053f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
_Changes in the next release_
1111

12+
### Added
13+
- New media-player attribute MEDIA_POSITION_UPDATED_AT ([feature-and-bug-tracker#443](https://github.com/unfoldedcircle/feature-and-bug-tracker/issues/443)).
14+
1215
---
1316

1417
## v0.2.0 - 2024-04-28

ucapi/media_player.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class Attributes(str, Enum):
7878
MUTED = "muted"
7979
MEDIA_DURATION = "media_duration"
8080
MEDIA_POSITION = "media_position"
81+
MEDIA_POSITION_UPDATED_AT = "media_position_updated_at"
8182
MEDIA_TYPE = "media_type"
8283
MEDIA_IMAGE_URL = "media_image_url"
8384
MEDIA_TITLE = "media_title"

0 commit comments

Comments
 (0)