mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* Fixed debug output.
This commit is contained in:
@@ -417,6 +417,6 @@ TreeModel::indexFromAlbum( const Tomahawk::album_ptr& album ) const
|
||||
}
|
||||
}
|
||||
|
||||
tDebug() << "Could not find item for artist:" << album->name() << album->artist()->name();
|
||||
tDebug() << "Could not find item for album:" << album->name() << album->artist()->name();
|
||||
return QModelIndex();
|
||||
}
|
||||
|
Reference in New Issue
Block a user