mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
Removed code that was duplicated on top of itself.
This commit is contained in:
parent
266498f92c
commit
2a491a76d2
1 changed files with 0 additions and 10 deletions
|
|
@ -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))
|
||||
{
|
||||
throw new ArgumentNullException("target");
|
||||
}
|
||||
|
||||
File.WriteAllText(shortcutPath, target);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue