mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +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
|
unsigned int
|
||||||
ScriptCollection::weight() const
|
ScriptCollection::weight() const
|
||||||
{
|
{
|
||||||
return 0;
|
return 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user