Skip to content

Commit 76f7450

Browse files
Add new api stuff
1 parent c93ee1c commit 76f7450

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

streams/spot_connect_meta.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
@dataclass
1818
class Track:
1919
"""Track metadata"""
20+
context_uri: str = '' # Where is this event coming from?
2021
uri: str = '' # Track URI
2122
name: str = '' # Track name
2223
artist_names: List[str] = field(default_factory=list) # List of track artist names
@@ -60,6 +61,7 @@ def from_dict(cls, env):
6061
@dataclass
6162
class OriginChange:
6263
"""Origin change event"""
64+
context_uri: str = '' # Where is this event coming from?
6365
play_origin: str = '' # Who started the playback
6466

6567

0 commit comments

Comments
 (0)