aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongPrint.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/SongPrint.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/SongPrint.cxx b/src/SongPrint.cxx
index b075ca4c7..67b622356 100644
--- a/src/SongPrint.cxx
+++ b/src/SongPrint.cxx
@@ -74,8 +74,7 @@ song_print_info(Client &client, const Song &song)
if (song.mtime > 0)
time_print(client, "Last-Modified", song.mtime);
- if (song.tag != nullptr)
- tag_print(client, *song.tag);
+ tag_print(client, song.tag);
}
void