Handle listallinfo failures more gracefully

This commit is contained in:
Andrzej Rybczak
2020-12-20 16:14:47 +01:00
parent 48f64f1aa0
commit 948d168790
5 changed files with 46 additions and 54 deletions

View File

@@ -534,8 +534,6 @@ bool addSongToPlaylist(const MPD::Song &s, bool play, int position = -1);
const MPD::Song *currentSong(const BaseScreen *screen);
MPD::SongIterator getDatabaseIterator(MPD::Connection &mpd);
std::string timeFormat(const char *format, time_t t);
std::string Timestamp(time_t t);