]> git.pld-linux.org Git - packages/banshee.git/blame - banshee-libgpod.patch
- release 2 (by relup.sh)
[packages/banshee.git] / banshee-libgpod.patch
CommitLineData
93b82078
MB
1--- banshee-2.4.1/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceTrackInfo.cs.orig 2012-06-06 21:14:55.225456207 +0200
2+++ banshee-2.4.1/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceTrackInfo.cs 2012-06-06 21:15:08.835382476 +0200
3@@ -215,7 +215,7 @@ namespace Banshee.Dap.AppleDevice
4 track.CDs = DiscCount;
5 track.CDNumber = DiscNumber;
6 track.TrackLength = (int) Duration.TotalMilliseconds;
7- track.Size = (int)FileSize;
8+ track.Size = (uint)FileSize;
9 track.Grouping = Grouping;
10 try {
11 track.TimePlayed = LastPlayed;
This page took 0.087268 seconds and 4 git commands to generate.