summaryrefslogtreecommitdiff
path: root/moc-nosort/disable-sort.patch
diff options
context:
space:
mode:
Diffstat (limited to 'moc-nosort/disable-sort.patch')
-rw-r--r--moc-nosort/disable-sort.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/moc-nosort/disable-sort.patch b/moc-nosort/disable-sort.patch
new file mode 100644
index 00000000..2d7dfd29
--- /dev/null
+++ b/moc-nosort/disable-sort.patch
@@ -0,0 +1,18 @@
+--- interface.c 2016-04-24 06:23:30.000000000 +0200
++++ interface.c 2016-09-04 20:09:46.046376708 +0200
+@@ -3788,7 +3788,6 @@
+
+ if (recv_server_plist(&clients_plist)) {
+ add_recursively (&new, args);
+- plist_sort_fname (&new);
+
+ send_int_to_srv (CMD_LOCK);
+
+@@ -3812,7 +3811,6 @@
+ create_file_name (PLAYLIST_FILE),
+ cwd, 1);
+ add_recursively (&new, args);
+- plist_sort_fname (&new);
+
+ send_int_to_srv (CMD_LOCK);
+ plist_remove_common_items (&new, &saved_plist);