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:
parent
7e96285132
commit
584aa76582
@ -360,7 +360,7 @@ ScriptCollection::timeout() const
|
||||
unsigned int
|
||||
ScriptCollection::weight() const
|
||||
{
|
||||
return 0;
|
||||
return 100;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user