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