From 00ef953b8e11fb0b58d2165932bbedb6e42da67c Mon Sep 17 00:00:00 2001 From: bfayers Date: Sun, 30 Dec 2018 20:48:08 +0000 Subject: replace all instanced of emby.media with jellyfin.media --- Emby.Notifications/Notifications.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Emby.Notifications/Notifications.cs') diff --git a/Emby.Notifications/Notifications.cs b/Emby.Notifications/Notifications.cs index 3cadad6c8..5725d1ba1 100644 --- a/Emby.Notifications/Notifications.cs +++ b/Emby.Notifications/Notifications.cs @@ -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") }; -- cgit v1.2.3