banshee r3951 - in trunk/banshee: . src/Extensions/Banshee.Podcasting/Banshee.Podcasting



Author: gburt
Date: Thu May 22 01:02:09 2008
New Revision: 3951
URL: http://svn.gnome.org/viewvc/banshee?rev=3951&view=rev

Log:
2008-05-21  Gabriel Burt  <gabriel burt gmail com>

	* src/Extensions/Banshee.Podcasting/Banshee.Podcasting/PodcastService.cs:
	When migrating old podcast data, call SyncWithFeedItem to get a bunch of
	good settings (Genre, MediaAttributes, etc).


Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Extensions/Banshee.Podcasting/Banshee.Podcasting/PodcastService.cs

Modified: trunk/banshee/src/Extensions/Banshee.Podcasting/Banshee.Podcasting/PodcastService.cs
==============================================================================
--- trunk/banshee/src/Extensions/Banshee.Podcasting/Banshee.Podcasting/PodcastService.cs	(original)
+++ trunk/banshee/src/Extensions/Banshee.Podcasting/Banshee.Podcasting/PodcastService.cs	Thu May 22 01:02:09 2008
@@ -154,6 +154,7 @@
                             PodcastTrackInfo track = PodcastTrackInfo.Provider.FetchSingle (track_id);
                             track.Item = enclosure.Item;
                             track.PrimarySourceId = source.DbId;
+                            track.SyncWithFeedItem ();
                             track.Save (false);
                             moved++;
                         }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]