You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In WebServerConnection, the NSLog statement to log the path of a URL request checks for "/nowplayingstatus.html", and restricts the log output to only log the first consecutive request for /nowplayingstatus.html, which is requested several times per second.
In AppDelegate terminateTasks, the order of the task terminations was changed, and an unnecessary call to soxController terminateTasks was removed.
0 commit comments