mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
* Radio mode needs to initialize a temporary station.
This commit is contained in:
committed by
Michael Zanetti
parent
75a1fce2d8
commit
02f8eac1b3
@@ -394,7 +394,7 @@ ViewManager::showRadioPage()
|
||||
{
|
||||
if ( !m_radioView )
|
||||
{
|
||||
dynplaylist_ptr playlist = DynamicPlaylist::create( SourceList::instance()->getLocal(), uuid(), QString(), "", SourceList::instance()->getLocal()->friendlyName(), OnDemand, false, QString(), false, false );
|
||||
dynplaylist_ptr playlist = DynamicPlaylist::create( SourceList::instance()->getLocal(), uuid(), QString(), "", SourceList::instance()->getLocal()->friendlyName(), OnDemand, false, QString(), false, true );
|
||||
playlist->setMode( OnDemand );
|
||||
|
||||
m_radioView = new Tomahawk::DynamicQmlWidget( playlist, m_stack );
|
||||
|
Reference in New Issue
Block a user