Use jellyfin.org everywhere

This commit is contained in:
Joshua M. Boniface
2020-04-09 11:40:04 -04:00
parent 529a9ae544
commit b0e80b486b
3 changed files with 3 additions and 3 deletions

View File

@@ -143,7 +143,7 @@ namespace Emby.Notifications
var notification = new NotificationRequest
{
Description = "Please see jellyfin.media for details.",
Description = "Please see jellyfin.org for details.",
NotificationType = type,
Name = _localization.GetLocalizedString("NewVersionIsAvailable")
};