Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

mpd:Fix swapped Name and Title fields for streams #1214

Merged
merged 1 commit into from Jul 20, 2015
Merged

mpd:Fix swapped Name and Title fields for streams #1214

merged 1 commit into from Jul 20, 2015

Commits on Jul 8, 2015

  1. mpd:Fix swapped Name and Title fields for streams

    Fixes issue#1212
    
    When stream_title is set:
    use stream_title for mpd's Title field, and use track.name (if set) for mpd's Name field
    
    When stream_title is not set:
    use track.name for mpd's Title field. Do not output Name field.
    fatg3erman committed Jul 8, 2015
    Copy the full SHA
    d0c255f View commit details
    Browse the repository at this point in the history