[banshee] [Dap.Ipod] Cast SampleRate to ushort for older Mono
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [Dap.Ipod] Cast SampleRate to ushort for older Mono
- Date: Tue, 23 Feb 2010 23:48:30 +0000 (UTC)
commit b07c83ebe79104d6f87dbf138811ae1b3a8ba239
Author: Gabriel Burt <gabriel burt gmail com>
Date: Tue Feb 23 15:47:56 2010 -0800
[Dap.Ipod] Cast SampleRate to ushort for older Mono
.../Banshee.Dap.Ipod/IpodTrackInfo.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/IpodTrackInfo.cs b/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/IpodTrackInfo.cs
index c8303d6..e35521a 100644
--- a/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/IpodTrackInfo.cs
+++ b/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/IpodTrackInfo.cs
@@ -201,7 +201,7 @@ namespace Banshee.Dap.Ipod
track.AlbumArtist = AlbumArtist;
track.BitRate = BitRate;
- track.SampleRate = SampleRate;
+ track.SampleRate = (ushort)SampleRate;
track.BPM = (short)Bpm;
track.Comment = Comment;
track.Composer = Composer;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]