mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:08:33 +00:00
Fix some warnings
This commit is contained in:
parent
7846e9cb3c
commit
b477b3874e
48 changed files with 128 additions and 100 deletions
|
|
@ -460,7 +460,7 @@ namespace Emby.Server.Implementations.HttpServer
|
|||
|
||||
if (string.IsNullOrEmpty(path))
|
||||
{
|
||||
throw new ArgumentNullException(nameof(path));
|
||||
throw new ArgumentException("Path can't be empty.", nameof(options));
|
||||
}
|
||||
|
||||
if (fileShare != FileShareMode.Read && fileShare != FileShareMode.ReadWrite)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue