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

This commit is contained in:
Ethan Girouard 2024-12-28 16:37:09 -05:00
parent 64c37dc327
commit d3e9c5d869
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -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() {