mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-19 07:27:59 +01:00
Silly misstake in naming
This commit is contained in:
parent
3c3078f9f8
commit
6ac0f68224
@ -47,7 +47,7 @@ ChartsPlugin::ChartsPlugin()
|
||||
/// Add resources here
|
||||
m_chartResources << "billboard" << "itunes" << "rdio" << "wearehunted" << "ex.fm" << "soundcloudwall";
|
||||
/// If you add resource, update version aswell
|
||||
m_chartVersion = "2.0";
|
||||
m_chartVersion = "2.1";
|
||||
m_supportedGetTypes << InfoChart << InfoChartCapabilities;
|
||||
|
||||
}
|
||||
@ -333,7 +333,7 @@ ChartsPlugin::chartTypes()
|
||||
chartName = "iTunes";
|
||||
}
|
||||
if( source == "soundcloudwall" ){
|
||||
chartName = "SoundcloudWall";
|
||||
chartName = "SoundCloudWall";
|
||||
}
|
||||
if( source == "wearehunted" ){
|
||||
chartName = "WeAreHunted";
|
||||
|
Loading…
x
Reference in New Issue
Block a user