1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-29 12:39:28 +01:00

Give script collection weight of 100 to fix prefered sorting

This commit is contained in:
Anton Romanov 2016-11-30 11:44:40 -08:00
parent 7e96285132
commit 584aa76582

View File

@ -360,7 +360,7 @@ ScriptCollection::timeout() const
unsigned int
ScriptCollection::weight() const
{
return 0;
return 100;
}