Skip to content

Commit

Permalink
Mark id optional
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jul 7, 2024
1 parent 29bab58 commit 870ed72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plextraktsync/db/SyncRecord.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@

@dataclass
class SyncRecord:
id: str
media_id: str
plex_timestamp_watched: str
seen_on_plex_sync: str
trakt_timestamp_watched: str
seen_on_trakt_sync: str
result: str

id: str = None

0 comments on commit 870ed72

Please sign in to comment.