Skip to content

Commit

Permalink
Add comments to Track
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelorenzo committed Dec 5, 2023
1 parent 8191b4f commit 129118d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mpris_server/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ class Track(NamedTuple):
album: Album | None = None
art_url: str | None = None
artists: Sequence[Artist] = NO_ARTISTS
comments: list[str] | None = None
disc_number: int | None = None
length: Duration = DEFAULT_TRACK_LENGTH
name: str = DEFAULT_TRACK_NAME
Expand Down

0 comments on commit 129118d

Please sign in to comment.