feat: sync-music: also sync AAC files

This commit is contained in:
eriedaberrie 2025-03-30 04:06:41 +01:00
parent 5d57e75c19
commit 83d7be1fb3

View file

@ -13,7 +13,7 @@
(defvar *dumb-cue-copy-p* nil
"Whether to blindly copy cue files rather than parse them.")
(defparameter *general-extensions* '("mp3" "ogg" "opus")
(defparameter *general-extensions* '("m4a" "mp3" "ogg" "opus")
"General file extensions that should be copied over.")
(defparameter *meta-extensions* '("cue" "m3u" "m3u8")
"File extensions where *.flac text needs to be replaced.")