# HG changeset patch # User Eugene Zagidullin # Date 1196463392 -10800 # Node ID 554f7170712b07103716476b1c69273c57c62a17 # Parent abd47cc23f013acd2aac17eb413731855f8d5645 disabled tag wrtiting for sreams diff -r abd47cc23f01 -r 554f7170712b src/audacious/ui_fileinfo.c --- a/src/audacious/ui_fileinfo.c Fri Nov 30 04:10:12 2007 +0300 +++ b/src/audacious/ui_fileinfo.c Sat Dec 01 01:56:32 2007 +0300 @@ -287,7 +287,7 @@ tuple = tuple_new(); fd = vfs_fopen(current_file, "r+b"); - if (fd != NULL) { + if (fd != NULL && !vfs_is_streaming(fd)) { set_field_str_from_entry(tuple, FIELD_TITLE, entry_title); set_field_str_from_entry(tuple, FIELD_ARTIST, entry_artist); set_field_str_from_entry(tuple, FIELD_ALBUM, entry_album);