diff options
-rw-r--r-- | src/db/plugins/upnp/UpnpDatabasePlugin.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/db/plugins/upnp/UpnpDatabasePlugin.cxx b/src/db/plugins/upnp/UpnpDatabasePlugin.cxx index e16f230fb..21ddb8790 100644 --- a/src/db/plugins/upnp/UpnpDatabasePlugin.cxx +++ b/src/db/plugins/upnp/UpnpDatabasePlugin.cxx @@ -772,10 +772,7 @@ UpnpDatabase::GetStats(const DatabaseSelection &, { /* Note: this gets called before the daemonizing so we can't reallyopen this would be a problem if we had real stats */ - stats.song_count = 0; - stats.total_duration = 0; - stats.artist_count = 0; - stats.album_count = 0; + stats.Clear(); return true; } |