1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-20 07:52:30 +02:00

Temporarily increase number of trending tracks to fill up empty space

This commit is contained in:
Uwe L. Korn 2013-07-20 15:05:51 +02:00
parent 4ff7085d34
commit c369d8ab62

View File

@ -61,7 +61,7 @@ public:
virtual bool jumpToCurrentTrack();
static const uint numberOfHotPlaylists = 3;
static const uint numberOfTrendingTracks = 3;
static const uint numberOfTrendingTracks = 6;
static const uint numberOfNetworkChartEntries = 20;
protected: