replace the last one mpd_song_get_uri with MyFilename()

master
Andrzej Rybczak 17 years ago
parent 01c138e680
commit d2f516d15c
  1. 2
      src/song.cpp

@ -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

Loading…
Cancel
Save