Skip to content

Fix other platforms' linebreaks in lyrics viewer

People migrating libraries from Windows or old macOS might have songs whose lyrics tags use windows-style newlines (\r\n) or old pre-OS X mac OS (\r). I found quite a few myself from the latter while testing this patch, which converts them to Linux-style newlines (\n) on the fly so that lyrics are displayed correctly.

BUG: 425563 FIXED-IN: 20.12.0

Merge request reports