From 1b9498618608b516491d9d28386796a51d546c29 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 9 Jul 2018 09:32:14 +0200 Subject: moc -> moc-nosort --- moc-nosort/disable-sort.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 moc-nosort/disable-sort.patch (limited to 'moc-nosort/disable-sort.patch') 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); -- cgit v1.2.3-54-g00ecf