[banshee] [StreamTagger] Preserve IsCompilation flag (bgo#598981)
- From: Alexander Kojevnikov <alexk src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] [StreamTagger] Preserve IsCompilation flag (bgo#598981)
- Date: Fri, 5 Feb 2010 00:16:24 +0000 (UTC)
commit ea1e9035214274682e590a75e95a4e906056a0a2
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date: Fri Feb 5 11:14:11 2010 +1100
[StreamTagger] Preserve IsCompilation flag (bgo#598981)
.../Banshee.Core/Banshee.Streaming/StreamTagger.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.Core/Banshee.Streaming/StreamTagger.cs b/src/Core/Banshee.Core/Banshee.Streaming/StreamTagger.cs
index 84ce86e..a1a3399 100644
--- a/src/Core/Banshee.Core/Banshee.Streaming/StreamTagger.cs
+++ b/src/Core/Banshee.Core/Banshee.Streaming/StreamTagger.cs
@@ -163,7 +163,7 @@ namespace Banshee.Streaming
track.AlbumTitleSort = Choose (file.Tag.AlbumSort, track.AlbumTitleSort, preferTrackInfo);
track.AlbumArtist = Choose (file.Tag.FirstAlbumArtist, track.AlbumArtist, preferTrackInfo);
track.AlbumArtistSort = Choose (file.Tag.FirstAlbumArtistSort, track.AlbumArtistSort, preferTrackInfo);
- track.IsCompilation = IsCompilation (file);
+ track.IsCompilation = preferTrackInfo ? track.IsCompilation : IsCompilation (file);
track.TrackTitle = Choose (file.Tag.Title, track.TrackTitle, preferTrackInfo);
track.TrackTitleSort = Choose (file.Tag.TitleSort, track.TrackTitleSort, preferTrackInfo);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]