Skip to content

Commit 12b58ec

Browse files
committed
fix: Define LastSeen.title_id as Optional[str] (fixes issue #72)
1 parent 2c90da5 commit 12b58ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xbox/webapi/api/provider/presence/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class PresenceLevel(str, Enum):
1313

1414
class LastSeen(CamelCaseModel):
1515
device_type: str
16-
title_id: str
16+
title_id: Optional[str]
1717
title_name: str
1818
timestamp: str
1919

0 commit comments

Comments
 (0)