mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Fixed TWK-719: Handle Twitter names in --demo mode.
This commit is contained in:
@@ -194,7 +194,10 @@ Source::setFriendlyName( const QString& fname )
|
||||
|
||||
m_friendlyname = fname;
|
||||
if ( m_scrubFriendlyName )
|
||||
{
|
||||
if ( m_friendlyname.indexOf( "@" ) > 0 )
|
||||
m_friendlyname = m_friendlyname.split( "@" ).first();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user