Skip to content

fix(mpd): avoid false no-song warning when stopped#6

Closed
SaveTheRbtz wants to merge 1 commit into
masterfrom
codex-mpd-song-warning
Closed

fix(mpd): avoid false no-song warning when stopped#6
SaveTheRbtz wants to merge 1 commit into
masterfrom
codex-mpd-song-warning

Conversation

@SaveTheRbtz

Copy link
Copy Markdown
Owner

Summary

  • Only warn about a missing current song when MPD is not stopped.
  • Keep the existing stopped-format fallback for missing song data.

Why

MPD can legitimately report no current song while stopped. The old condition logged Bug in mpd for any missing song, including the normal stopped state, which made routine MPD idle/stopped states look like bugs.

Testing

  • ninja -C build
  • meson test -C build

Copy link
Copy Markdown
Owner Author

Closed in favor of upstream PR: Alexays#5101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant