replace the last one mpd_song_get_uri with MyFilename()

This commit is contained in:
Andrzej Rybczak
2009-09-23 04:29:52 +02:00
parent 01c138e680
commit d2f516d15c

View File

@@ -127,7 +127,7 @@ bool MPD::Song::Empty() const
bool MPD::Song::isFromDB() const
{
return (mpd_song_get_uri(itsSong)[0] != '/') || itsSlash == std::string::npos;
return (MyFilename()[0] != '/') || itsSlash == std::string::npos;
}
bool MPD::Song::isStream() const