@ -82,16 +82,6 @@ namespace MediaBrowser.Common.Implementations.IO
throw new ArgumentNullException("target");
}
if (string.IsNullOrEmpty(shortcutPath))
{
throw new ArgumentNullException("shortcutPath");
if (string.IsNullOrEmpty(target))
File.WriteAllText(shortcutPath, target);