mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03:00
beta fixes
This commit is contained in:
@@ -389,7 +389,7 @@ namespace MediaBrowser.Server.Implementations.EntryPoints.Notifications
|
||||
var notification = new NotificationRequest
|
||||
{
|
||||
UserIds = new List<string> { e.Argument.Id.ToString("N") },
|
||||
Name = "Welcome to Media Browser!",
|
||||
Name = "Welcome to Emby!",
|
||||
Description = "Check back here for more notifications."
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user