Feat: Implement notification feature for download completion

This commit is contained in:
MasterAcnolo
2026-04-13 20:39:23 +02:00
parent 83ac76381a
commit 40bea35286
5 changed files with 14 additions and 7 deletions

View File

@@ -18,7 +18,8 @@ const FEATURE_WHITELIST = new Set([
"autoDownloadPlaylist",
"customCodec",
"theme",
"createPlaylistFolders"
"createPlaylistFolders",
"notifySystem"
]);
const configFolderPath = featuresPath;