~cszikszoy/do-plugins/google-map

« back to all changes in this revision

Viewing changes to Banshee/src/BansheeIndexer.cs

  • Committer: Alex Launi
  • Date: 2009-01-23 06:57:20 UTC
  • mto: This revision was merged to the branch mainline in revision 509.
  • Revision ID: alex.launi@gmail.com-20090123065720-xefqlqitpjox0fsq
fix a compile warning I missed

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
{
38
38
        public class BansheeIndexer : SimpleIndexerClient
39
39
        {
40
 
                object processing_mutex;
41
40
                string artwork_directory;
42
41
                List<IDictionary<string, object>> indexed_items;
43
42
                
146
145
                                        
147
146
                                        songs.Add (item as SongMusicItem);
148
147
                                }
149
 
                                
 
148
                                        
150
149
                                Videos = videos;
151
150
                                Songs = songs;
152
151
                                Podcasts = podcasts;