mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
replace all instanced of emby.media with jellyfin.media
This commit is contained in:
@@ -137,7 +137,7 @@ namespace Emby.Notifications
|
||||
|
||||
var notification = new NotificationRequest
|
||||
{
|
||||
Description = "Please see emby.media for details.",
|
||||
Description = "Please see jellyfin.media for details.",
|
||||
NotificationType = type,
|
||||
Name = _localization.GetLocalizedString("NewVersionIsAvailable")
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user