* Fix bug with bad album art.

This commit is contained in:
Justin Maggard
2009-03-27 22:22:23 +00:00
parent 9854e35533
commit 0a415861e7
4 changed files with 19 additions and 0 deletions

View File

@ -883,6 +883,7 @@ shutdown:
if (sudp >= 0) close(sudp);
if (shttpl >= 0) close(shttpl);
if (sbeacon >= 0) close(sbeacon);
if(SendSSDPGoodbye(snotify, n_lan_addr) < 0)
{