mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-30 21:33:00 +00:00 
			
		
		
		
	bugfix timeout when using the searchfield
Signed-off-by: Andrew Karpow <andy@ndyk.de>
This commit is contained in:
		| @@ -55,6 +55,7 @@ int callback_mpd(struct mg_connection *c) | ||||
|         cmd_id != MPD_API_GET_MPDHOST && cmd_id != MPD_API_SET_MPDPASS) | ||||
|         return MG_CLIENT_CONTINUE; | ||||
|  | ||||
|     mpd_connection_set_timeout(mpd.conn, 5000); | ||||
|     switch(cmd_id) | ||||
|     { | ||||
|         case MPD_API_UPDATE_DB: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 othmar52
					othmar52