Fixed a typo.
This commit is contained in:
parent
b54886f242
commit
026735a25b
@ -1012,7 +1012,7 @@ void ProcessingDialog::writePlayList(void)
|
||||
playList.write("#EXTM3U\r\n");
|
||||
while(!list.isEmpty())
|
||||
{
|
||||
playList.write(useUtf8 ?QUTF8(list.takeFirst()) : list.takeFirst().toLatin1().constData());
|
||||
playList.write(useUtf8 ? QUTF8(list.takeFirst()) : list.takeFirst().toLatin1().constData());
|
||||
playList.write("\r\n");
|
||||
}
|
||||
playList.close();
|
||||
|
Loading…
Reference in New Issue
Block a user