diff options
author | Max Kellermann <max@duempel.org> | 2014-01-08 23:35:37 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-08 23:35:37 +0100 |
commit | 8f9ba96c59f7d3563e1c3229675ecf7ad16fc334 (patch) | |
tree | a738b3a87920ec38bdacb2ecbe44e3ddd2492df7 /src/Song.hxx | |
parent | 10406c73b385c7f536cb737d87680e691a80b508 (diff) | |
download | mpd-8f9ba96c59f7d3563e1c3229675ecf7ad16fc334.tar.gz mpd-8f9ba96c59f7d3563e1c3229675ecf7ad16fc334.tar.xz mpd-8f9ba96c59f7d3563e1c3229675ecf7ad16fc334.zip |
SongUpdate: move code to handle_lsinfo()
Don't create a temporary Song object in handle_lsinfo(). Instead,
print all tags while parsing the remote file.
Diffstat (limited to 'src/Song.hxx')
-rw-r--r-- | src/Song.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Song.hxx b/src/Song.hxx index b9f529702..21e158560 100644 --- a/src/Song.hxx +++ b/src/Song.hxx @@ -130,7 +130,6 @@ struct Song { bool UpdateFile(); bool UpdateFileInArchive(); - bool UpdateStream(); /** * Returns the URI of the song in UTF-8 encoding, including its |