mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Don't set dbFriendlyName if it's empty
This commit is contained in:
@@ -187,6 +187,9 @@ Source::dbFriendlyName() const
|
||||
void
|
||||
Source::setDbFriendlyName( const QString& dbFriendlyName )
|
||||
{
|
||||
if ( dbFriendlyName.isEmpty() )
|
||||
return;
|
||||
|
||||
m_dbFriendlyName = dbFriendlyName;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user