1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00

New: URL Base setting for Media Server connections

Closes #4416
This commit is contained in:
Mark McDowall
2024-02-27 21:03:35 -08:00
committed by Mark McDowall
parent 64f4365fe9
commit 9fd193d2a8
6 changed files with 38 additions and 21 deletions
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Net;
using FluentValidation.Results;
@@ -61,7 +61,7 @@ namespace NzbDrone.Core.Notifications.Emby
{
try
{
_logger.Debug("Testing connection to MediaBrowser: {0}", settings.Address);
_logger.Debug("Testing connection to Emby/Jellyfin : {0}", settings.Address);
Notify(settings, "Test from Sonarr", "Success! MediaBrowser has been successfully configured!");
}