Codebase list squeezelite / 71f8e42
wake_controller after opening local file Adrian Smith 9 years ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
8989 - log command line to logfile when debugging enabled
9090 - option to exclude codecs (-e)
9191 - support parallel execution of libsoxr
92
93 Version 1.6.3
94 =============
95
96 Minor changes
97 - reduce time to start track when playing local files
98
351351 LOG_INFO("can't open file: %s", stream.header);
352352 stream.state = DISCONNECT;
353353 }
354
354 wake_controller();
355
355356 stream.cont_wait = false;
356357 stream.meta_interval = 0;
357358 stream.meta_next = 0;