]> git.pld-linux.org Git - packages/audacious-plugins.git/blame - audacious-plugins-libmtp.patch
- release 2
[packages/audacious-plugins.git] / audacious-plugins-libmtp.patch
CommitLineData
4b0c6946 1diff -burNp audacious-plugins-2.1/src/mtp_up/mtp.c audacious-plugins-2.1-dud/src/mtp_up/mtp.c
2--- audacious-plugins-2.1/src/mtp_up/mtp.c 2009-07-07 00:40:36.000000000 +0200
3+++ audacious-plugins-2.1-dud/src/mtp_up/mtp.c 2009-08-23 13:29:56.601303553 +0200
4@@ -197,6 +197,7 @@ gint upload_file(Tuple *from_tuple)\r
87dc9eca 5 g_print("Uploading track '%s'\n",filename);\r
6 #endif\r
4b0c6946 7 gentrack->parent_id = mtp_device->default_music_folder;\r
8+ gentrack->parent_id = parent_id;\r
9 ret = LIBMTP_Send_Track_From_File(mtp_device, filename , gentrack, NULL , NULL);\r
87dc9eca 10 LIBMTP_destroy_track_t(gentrack);\r
11 if (ret == 0) \r
This page took 0.691095 seconds and 4 git commands to generate.