Archived
1
0

Notification system done

This commit is contained in:
Michael Gordeev
2018-11-04 15:15:57 +03:00
parent 3661f9be38
commit 75cf389286
8 changed files with 77 additions and 138 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ namespace FoxTube.Background
template.LoadXml($@"<toast activationType='foreground' launch='video|{id}'>
<visual>
<binding template='ToastGeneric'>
<image placement='hero' src='{thumbnail}'/>
<image placement='appLogoOverride' hint-crop='circle' src='{avatar}'/>
<image placement='hero' src='{thumbnail.Replace("&", "%26")}'/>
<image placement='appLogoOverride' hint-crop='circle' src='{avatar.Replace("&", "%26") ?? "http://foxgame.hol.es/FoxTubeAssets/LogoAvatar.png"}'/>
<text>{title}</text>
<text>{channel} uploaded a new video</text>
</binding>