Пример #1
0
	QString LMPUtilProxy::FindAlbumArt (const QString& nearPath, bool includeCollection) const
	{
		return FindAlbumArtPath (nearPath, !includeCollection);
	}
Пример #2
0
	void LMPSystemTrayIcon::handleSongChanged (const MediaInfo& song)
	{
		CurrentSong_ = song;
		CurrentAlbumArt_ = FindAlbumArtPath (song.LocalPath_);
	}