[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 channel links in settings page

+3 -3
+1 -1
README.md
··· 67 67 68 68 ### Publish new version 69 69 70 - 1. Update CHANGELOG.md and commit 70 + 1. Update CHANGELOG.md 71 71 2. Bump the version number 72 72 ``` 73 73 npm version --no-git-tag <version>
+2 -2
web/index.html
··· 177 177 {{#each channels}} 178 178 <tr> 179 179 <td class="is-vcentered" style="min-width:40px;box-sizing:content-box;"> 180 - <a href="{{this.id}}" target="_blank"> 180 + <a href="https://youtube.com/channel/{{this.id}}" target="_blank"> 181 181 <img style="width:40px;" src="{{this.icon}}"> 182 182 </a> 183 183 </td> 184 184 <td class="is-vcentered" style="width:100%;"> 185 185 <b style="display: block;"> 186 186 <span> 187 - <a href="{{this.id}}" target="_blank" style="color:inherit;">{{this.name}}</a> 187 + <a href="https://youtube.com/channel/{{this.id}}" target="_blank" style="color:inherit;">{{this.name}}</a> 188 188 </span> 189 189 </b> 190 190 <span class="has-text-grey" style="display: block;font-size:0.9rem!important;">{{this.id}}</span>