diff options
Diffstat (limited to 'src/plugins/General/scrobbler/scrobblerfactory.cpp')
| -rw-r--r-- | src/plugins/General/scrobbler/scrobblerfactory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/General/scrobbler/scrobblerfactory.cpp b/src/plugins/General/scrobbler/scrobblerfactory.cpp index 2f36f971a..69b3d9b82 100644 --- a/src/plugins/General/scrobbler/scrobblerfactory.cpp +++ b/src/plugins/General/scrobbler/scrobblerfactory.cpp @@ -28,6 +28,7 @@ const GeneralProperties ScrobblerFactory::properties() const { GeneralProperties properties; properties.name = tr("Scrobbler Plugin"); + properties.shortName = "scrobbler"; properties.hasAbout = TRUE; properties.hasSettings = TRUE; properties.visibilityControl = FALSE; |
