1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Uncomment out some migration code :)

This commit is contained in:
Leo Franchi 2012-06-14 20:57:17 +02:00
parent 6d79fc2ab8
commit 96d89e230c

View File

@ -558,10 +558,10 @@ TomahawkSettings::doUpgrade( int oldVersion, int newVersion )
}
endGroup();
// setPlaylistUpdaters( updaters );
remove( "playlistupdaters" );
setValue( "playlists/updaters", QVariant::fromValue< SerializedUpdaters >( updaters ) );
}
else if ( oldVersion == 11 )
{