mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Uncomment out some migration code :)
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user