Mercurial > audlegacy
changeset 4062:c8ef2a2e3d93
oops...
author | Eugene Zagidullin <e.asphyx@gmail.com> |
---|---|
date | Tue, 04 Dec 2007 03:33:15 +0300 |
parents | 450581e58761 |
children | 069d37422964 |
files | src/audacious/playlist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/playlist.c Tue Dec 04 03:26:29 2007 +0300 +++ b/src/audacious/playlist.c Tue Dec 04 03:33:15 2007 +0300 @@ -2531,7 +2531,7 @@ PLAYLIST_UNLOCK(playlist); if (playlist->position->decoder != NULL && playlist->position->decoder->update_song_tuple != NULL && - playlist->position->decoder->file_info_box == NULL && path != NULL) { + playlist->position->decoder->file_info_box == NULL && path != NULL && !vfs_is_remote(path)) { fileinfo_show_editor_for_path(path, playlist->position->decoder); g_free(path);