diff src/audacious/playlist.c @ 4057:91dabb7c78d2

disabled editing remote tags: 2nd attempt :)
author Eugene Zagidullin <e.asphyx@gmail.com>
date Mon, 03 Dec 2007 02:36:16 +0300
parents 66529edae49d
children 0191b9b4dd35
line wrap: on
line diff
--- a/src/audacious/playlist.c	Sat Dec 01 01:57:03 2007 +0300
+++ b/src/audacious/playlist.c	Mon Dec 03 02:36:16 2007 +0300
@@ -2464,7 +2464,7 @@
     /* plugin is capable to update tags. we need to bypass tuple cache. --eugene */
     /* maybe code cleanup required... */
     if (entry->decoder != NULL && entry->decoder->update_song_tuple != NULL &&
-        entry->decoder->file_info_box == NULL && path != NULL) {
+        entry->decoder->file_info_box == NULL && path != NULL && !vfs_is_remote(path)) {
 
         fileinfo_show_editor_for_path(path, entry->decoder);
         g_free(path);