summaryrefslogtreecommitdiff
path: root/package/ympd/patches/patch-src_mpd_client_h
diff options
context:
space:
mode:
Diffstat (limited to 'package/ympd/patches/patch-src_mpd_client_h')
-rw-r--r--package/ympd/patches/patch-src_mpd_client_h16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/ympd/patches/patch-src_mpd_client_h b/package/ympd/patches/patch-src_mpd_client_h
deleted file mode 100644
index 06248b2ea..000000000
--- a/package/ympd/patches/patch-src_mpd_client_h
+++ /dev/null
@@ -1,16 +0,0 @@
---- ympd-612f8fc0b2c47fc89d403e4a044541c6b2b238c8.orig/src/mpd_client.h 2023-01-22 15:17:39.000000000 +0100
-+++ ympd-612f8fc0b2c47fc89d403e4a044541c6b2b238c8/src/mpd_client.h 2023-01-22 15:23:26.726407119 +0100
-@@ -96,9 +96,11 @@ struct t_mpd {
-
- int song_id;
- unsigned queue_version;
--} mpd;
-+};
-
--char dirble_api_token[28];
-+extern struct t_mpd mpd;
-+
-+extern char dirble_api_token[28];
-
- struct t_mpd_client_session {
- int song_id;