~ubuntu-branches/ubuntu/vivid/banshee-community-extensions/vivid

« back to all changes in this revision

Viewing changes to src/Lyrics/Banshee.Lyrics/Banshee.Lyrics/LyricsManager.cs

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-06-23 01:14:29 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100623011429-o8j0kr9uvwko9o0b
Tags: 1.6.1-1ubuntu1
* Merge from Debian unstable, remaining changes:
  + Enable appindicator, lirc, and ubuntuonemusicstore extensions
* Also fixes LP: #597283, which just require a rebuild of appindicator

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
            if (!cache.IsInCache (track)) {
252
252
                cache.WriteLyrics (track, lyrics);
253
253
            }
254
 
            SaveToID3 (track, lyrics);
 
254
 
 
255
            if (Banshee.Configuration.Schema.LibrarySchema.WriteMetadata.Get ()) {
 
256
                SaveToID3 (track, lyrics);
 
257
            }
255
258
        }
256
259
 
257
260
        private void SaveToID3 (TrackInfo track, string lyrics)