diff src/lastfm/lastfm.h @ 1239:8af27e02e7b7

fixed crashes when opening multiple tracks, optimized metadata thread
author Cristi Magherusan <majeru@atheme-project.org>
date Thu, 12 Jul 2007 02:04:43 +0300
parents e2b45aa596ad
children 59699988d194
line wrap: on
line diff
--- a/src/lastfm/lastfm.h	Wed Jul 11 04:35:57 2007 +0300
+++ b/src/lastfm/lastfm.h	Thu Jul 12 02:04:43 2007 +0300
@@ -29,7 +29,7 @@
 
 GThread* metadata_thread=NULL;
 gint thread_count=0;
-static GMutex * mutex = NULL;
+static GMutex * metadata_mutex = NULL;
 
 VFSFile *lastfm_vfs_fopen_impl(const gchar * path, const gchar * mode);