mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 14:28:46 +01:00
set notification info url
This commit is contained in:
@@ -116,7 +116,8 @@ namespace MediaBrowser.Server.Implementations.EntryPoints.Notifications
|
||||
|
||||
var notification = new NotificationRequest
|
||||
{
|
||||
NotificationType = type
|
||||
NotificationType = type,
|
||||
Url = e.Argument.infoUrl
|
||||
};
|
||||
|
||||
notification.Variables["Version"] = e.Argument.versionStr;
|
||||
|
||||
Reference in New Issue
Block a user