mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 04:52:18 +00:00
update project targets
This commit is contained in:
parent
f676ea6315
commit
3094cd7ff3
29 changed files with 12206 additions and 307 deletions
|
|
@ -50,7 +50,7 @@ namespace MediaBrowser.MediaEncoding.Configuration
|
|||
// Validate
|
||||
if (!_fileSystem.DirectoryExists(newPath))
|
||||
{
|
||||
throw new DirectoryNotFoundException(string.Format("{0} does not exist.", newPath));
|
||||
throw new FileNotFoundException(string.Format("{0} does not exist.", newPath));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue