replace all instanced of emby.media with jellyfin.media

This commit is contained in:
bfayers
2018-12-30 20:48:08 +00:00
parent d10d632c48
commit 00ef953b8e
3 changed files with 3 additions and 3 deletions

View File

@@ -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")
};