]> git.pld-linux.org Git - packages/audacious-plugins.git/commitdiff
- re-adedd with -kb auto/th/audacious-plugins-1_5_1-12 auto/ti/audacious-plugins-1_5_1-12
authorhawk <hawk@pld-linux.org>
Mon, 4 Aug 2008 09:59:42 +0000 (09:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audacious-plugins-libmtp.patch -> 1.6

audacious-plugins-libmtp.patch [new file with mode: 0644]

diff --git a/audacious-plugins-libmtp.patch b/audacious-plugins-libmtp.patch
new file mode 100644 (file)
index 0000000..8bb83d9
--- /dev/null
@@ -0,0 +1,17 @@
+diff -ur audacious-plugins-1.5.1.orig/src/mtp_up/mtp.c audacious-plugins-1.5.1/src/mtp_up/mtp.c
+--- audacious-plugins-1.5.1.orig/src/mtp_up/mtp.c      2008-05-24 00:44:20.000000000 +0200
++++ audacious-plugins-1.5.1/src/mtp_up/mtp.c   2008-08-04 09:38:35.000000000 +0200
+@@ -193,11 +193,12 @@
+     g_free(from_path);\r
+     g_free(tmp);\r
+     parent_id = mtp_device->default_music_folder;\r
++    gentrack->parent_id = parent_id;\r
\r
+ #if DEBUG\r
+     g_print("Uploading track '%s'\n",filename);\r
+ #endif\r
+-    ret = LIBMTP_Send_Track_From_File(mtp_device, filename , gentrack, NULL , NULL, parent_id);\r
++    ret = LIBMTP_Send_Track_From_File(mtp_device, filename , gentrack, NULL , NULL);\r
+     LIBMTP_destroy_track_t(gentrack);\r
+     if (ret == 0) \r
+         g_print("Track upload finished!\n");\r
This page took 0.364107 seconds and 4 git commands to generate.