fixed in the main git repo and will be included in the next release
thank you Eli Zaretskii <[email protected]> writes: > Ping! Yoni, could you please chime in? > >> Cc: [email protected] >> Date: Sat, 16 Aug 2025 10:14:17 +0300 >> From: Eli Zaretskii <[email protected]> >> >> > From: lorniu <[email protected]> >> > Date: Wed, 13 Aug 2025 09:16:42 +0800 >> > >> > >> > I disable cache with `(emms-cache -1)'. Then when invoke >> > `emms-add-native-playlist', error occurred: >> > >> > Symbol's function definition is void: nil >> > >> > I read the source, maybe the BUG is in function >> > `emms-source-playlist-parse-native': >> > >> > (defun emms-source-playlist-parse-native (file) >> > ;; ... >> > (mapc (lambda (track) >> > (funcall emms-cache-set-function ;; <=== here >> > (emms-track-type track) >> > (emms-track-name track) >> > track)) >> > tracks) >> > tracks)) >> > >> > Please check. >> >> Thanks. Yoni, could you please look into this? >> >> >> >> > -- "Cut your own wood and it will warm you twice"
