mpd/src/db
Steven OBrien 541da2740d db/simple: add missing "return"
SimpleDatabase::Visit() always throws exception when visiting a song.
Adding a song to the queue always results in a "No such directory"
error response, although the song is successfully added.  This
behaviour was introduced by commit
3ff728ab02.  This patch fixes this.

https://bugs.musicpd.org/view.php?id=4601
2016-11-23 17:30:30 +01:00
..
plugins db/simple: add missing "return" 2016-11-23 17:30:30 +01:00
update decoder/DecoderPlugin: container_scan() returns forward_list<DetachedSong> 2016-11-22 16:49:31 +01:00
Configured.cxx db/Configured: migrate from class Error to C++ exceptions 2016-10-29 10:01:50 +02:00
Configured.hxx db/Configured: migrate from class Error to C++ exceptions 2016-10-29 10:01:50 +02:00
Count.cxx db/Interface: migrate visitor methods from class Error to C++ exceptions 2016-10-29 10:42:56 +02:00
Count.hxx db/Interface: migrate visitor methods from class Error to C++ exceptions 2016-10-29 10:42:56 +02:00
DatabaseError.hxx db/Error: remove unused variable db_domain 2016-10-29 10:42:56 +02:00
DatabaseGlue.cxx db/Configured: migrate from class Error to C++ exceptions 2016-10-29 10:01:50 +02:00
DatabaseGlue.hxx db/Configured: migrate from class Error to C++ exceptions 2016-10-29 10:01:50 +02:00
DatabaseListener.hxx db/DatabaseListener: pass URI to OnDatabaseSongRemoved() 2016-03-18 16:22:33 +01:00
DatabaseLock.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
DatabaseLock.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
DatabasePlaylist.cxx db/Interface: migrate visitor methods from class Error to C++ exceptions 2016-10-29 10:42:56 +02:00
DatabasePlaylist.hxx db/Interface: migrate visitor methods from class Error to C++ exceptions 2016-10-29 10:42:56 +02:00
DatabasePlugin.hxx db/Plugin: migrate from class Error to C++ exceptions 2016-10-28 23:15:22 +02:00
DatabasePrint.cxx db/Interface: migrate visitor methods from class Error to C++ exceptions 2016-10-29 10:42:56 +02:00
DatabasePrint.hxx db/Interface: migrate visitor methods from class Error to C++ exceptions 2016-10-29 10:42:56 +02:00
DatabaseQueue.cxx db/Interface: migrate visitor methods from class Error to C++ exceptions 2016-10-29 10:42:56 +02:00
DatabaseQueue.hxx db/Interface: migrate visitor methods from class Error to C++ exceptions 2016-10-29 10:42:56 +02:00
DatabaseSong.cxx db/Interface: GetSong() throws exception on error 2016-03-19 00:19:50 +01:00
DatabaseSong.hxx db/Interface: GetSong() throws exception on error 2016-03-19 00:19:50 +01:00
Helpers.cxx db/Interface: migrate visitor methods from class Error to C++ exceptions 2016-10-29 10:42:56 +02:00
Helpers.hxx db/Interface: migrate visitor methods from class Error to C++ exceptions 2016-10-29 10:42:56 +02:00
Interface.hxx db/Interface: migrate Update() from class Error to C++ exceptions 2016-10-29 10:59:18 +02:00
LightDirectory.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
LightSong.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
LightSong.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
PlaylistInfo.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
PlaylistVector.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
PlaylistVector.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
Registry.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
Registry.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
Selection.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
Selection.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
Stats.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
UniqueTags.cxx db/Interface: migrate visitor methods from class Error to C++ exceptions 2016-10-29 10:42:56 +02:00
UniqueTags.hxx db/Interface: migrate visitor methods from class Error to C++ exceptions 2016-10-29 10:42:56 +02:00
Uri.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
Visitor.hxx db/Visitor: remove the Error parameter 2016-10-29 10:04:43 +02:00