Skip to content

macosx: Fix UI hanging when scrolling in streams section

Bob Moriasi requested to merge bobbrysonn/vlc:fix-streams-ui-hang into master

On slow networks calling NSImage * image = [[NSImage alloc] initWithContentsOfURL:artworkURL] on the main thread causes freezing UI. Mostly experienced that in the Streams section when browsing radio stations

Merge request reports

Loading