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