mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 11:50:37 +02:00
Give script collection weight of 100 to fix prefered sorting
This commit is contained in:
@@ -360,7 +360,7 @@ ScriptCollection::timeout() const
|
||||
unsigned int
|
||||
ScriptCollection::weight() const
|
||||
{
|
||||
return 0;
|
||||
return 100;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user