Fix broken get_audio test
Some checks failed
Push Workflows / docs (push) Successful in 48s
Push Workflows / test (push) Successful in 1m45s
Push Workflows / build (push) Failing after 2m31s
Push Workflows / leptos-test (push) Successful in 3m51s
Push Workflows / docker-build (push) Successful in 8m0s
Push Workflows / nix-build (push) Successful in 21m7s
Some checks failed
Push Workflows / docs (push) Successful in 48s
Push Workflows / test (push) Successful in 1m45s
Push Workflows / build (push) Failing after 2m31s
Push Workflows / leptos-test (push) Successful in 3m51s
Push Workflows / docker-build (push) Successful in 8m0s
Push Workflows / nix-build (push) Successful in 21m7s
This commit is contained in:
parent
64c37dc327
commit
d3e9c5d869
@ -24,6 +24,7 @@ impl PlayStatus {
|
|||||||
///
|
///
|
||||||
/// Instead of:
|
/// Instead of:
|
||||||
/// ```
|
/// ```
|
||||||
|
/// use leptos::prelude::*;
|
||||||
/// let status = libretunes::playstatus::PlayStatus::default();
|
/// let status = libretunes::playstatus::PlayStatus::default();
|
||||||
/// if let Some(audio) = status.audio_player {
|
/// if let Some(audio) = status.audio_player {
|
||||||
/// if let Some(audio) = audio.get() {
|
/// if let Some(audio) = audio.get() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user