Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

docs: fix status property #202

Merged
merged 2 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/src/content/docs/next/configuration/header.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@ currently playing. The `Other` variant can be used to display any tag, even thos
<ConfigValue
name="kind"
type={[
"Property(Song(Volume))",
"Property(Song(Repeat))",
"Property(Song(Random))",
"Property(Song(Single))",
"Property(Song(Consume))",
"Property(Song(State))",
"Property(Song(Elapsed))",
"Property(Song(Duration))",
"Property(Song(Crossfade))",
"Property(Song(Bitrate))",
"Property(Status(Volume))",
"Property(Status(Repeat))",
"Property(Status(Random))",
"Property(Status(Single))",
"Property(Status(Consume))",
"Property(Status(State))",
"Property(Status(Elapsed))",
"Property(Status(Duration))",
"Property(Status(Crossfade))",
"Property(Status(Bitrate))",
]}
/>
These values display the current state of the player. For example, `Volume` will display the current volume, `Repeat`
Expand Down
20 changes: 10 additions & 10 deletions docs/src/content/docs/release/configuration/header.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@ currently playing. The `Other` variant can be used to display any tag, even thos
<ConfigValue
name="kind"
type={[
"Property(Song(Volume))",
"Property(Song(Repeat))",
"Property(Song(Random))",
"Property(Song(Single))",
"Property(Song(Consume))",
"Property(Song(State))",
"Property(Song(Elapsed))",
"Property(Song(Duration))",
"Property(Song(Crossfade))",
"Property(Song(Bitrate))",
"Property(Status(Volume))",
"Property(Status(Repeat))",
"Property(Status(Random))",
"Property(Status(Single))",
"Property(Status(Consume))",
"Property(Status(State))",
"Property(Status(Elapsed))",
"Property(Status(Duration))",
"Property(Status(Crossfade))",
"Property(Status(Bitrate))",
]}
/>
These values display the current state of the player. For example, `Volume` will display the current volume, `Repeat`
Expand Down
Loading