diff options
Diffstat (limited to 'src/PlaylistSong.cxx')
-rw-r--r-- | src/PlaylistSong.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/PlaylistSong.cxx b/src/PlaylistSong.cxx index 03dfd4174..3366559d5 100644 --- a/src/PlaylistSong.cxx +++ b/src/PlaylistSong.cxx @@ -99,10 +99,6 @@ DetachedSong * playlist_check_translate_song(DetachedSong *song, const char *base_uri, bool secure) { - if (song->IsInDatabase()) - /* already ok */ - return song; - const char *uri = song->GetURI(); if (uri_has_scheme(uri)) { |