[READ-ONLY] Mirror of https://github.com/probablykasper/yt-email-notifier. macOS menubar app for YouTube upload notification emails
email menubar notifications tray youtube
0

Configure Feed

Select the types of activity you want to include in your feed.

Fixed server not auto closing

+1
+1
src/server.js
··· 93 93 logger.info('WS Close old connection') 94 94 } else { 95 95 logger.info('WS Close') 96 + connection = null 96 97 setTimeout(() => { 97 98 if (connection === null) { 98 99 module.exports.close()