mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Uncomment out some migration code :)
This commit is contained in:
@@ -558,10 +558,10 @@ TomahawkSettings::doUpgrade( int oldVersion, int newVersion )
|
|||||||
}
|
}
|
||||||
|
|
||||||
endGroup();
|
endGroup();
|
||||||
|
|
||||||
// setPlaylistUpdaters( updaters );
|
|
||||||
|
|
||||||
remove( "playlistupdaters" );
|
remove( "playlistupdaters" );
|
||||||
|
|
||||||
|
setValue( "playlists/updaters", QVariant::fromValue< SerializedUpdaters >( updaters ) );
|
||||||
|
|
||||||
}
|
}
|
||||||
else if ( oldVersion == 11 )
|
else if ( oldVersion == 11 )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user