internetradio: clear playlist before loading a new one

Origin commit data
------------------
Commit: 255945babb
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-19 (Sat, 19 May 2018)

Origin message was:
------------------
- internetradio: clear playlist before loading a new one
This commit is contained in:
vanhofen
2018-05-19 23:30:39 +02:00
parent f1690b27f7
commit eb29118c7c

View File

@@ -757,6 +757,9 @@ int CAudioPlayerGui::show()
delete InetRadioInputChanger;
if (!m_playlist.empty())
clearPlaylist();
if (select >= 0)
old_select = select;
switch (select)